|
|
@@ -312,7 +312,7 @@ router.get("/address/:address", function(req, res) { |
|
|
|
|
|
|
|
const { spawn } = require("child_process"); |
|
|
|
|
|
|
|
const ls = spawn("/usr/local/bin/vivo-cli -conf=/etc/masternodes/vivo_n1.conf", [" \'{\"addresses\": [\"" + address + "\"]}\'"]); |
|
|
|
//const ls = spawn("/usr/local/bin/vivo-cli -conf=/etc/masternodes/vivo_n1.conf", [" \'{\"addresses\": [\"" + address + "\"]}\'"]); |
|
|
|
|
|
|
|
const ls = spawn("pwd"); |
|
|
|
|
|
|
|