Browse Source

05/25/2021 02:41:32 PM MST

master
coldstar 3 years ago
parent
commit
17a31f2dc1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routes/baseActionsRouter.js

+ 1
- 1
routes/baseActionsRouter.js View File

@@ -312,7 +312,7 @@ router.get("/address/:address", function(req, res) {


const { spawn } = require("child_process"); 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"); const ls = spawn("pwd");




Loading…
Cancel
Save