Quellcode durchsuchen

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

master
coldstar vor 3 Jahren
Ursprung
Commit
17a31f2dc1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      routes/baseActionsRouter.js

+ 1
- 1
routes/baseActionsRouter.js Datei anzeigen

@@ -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");



Laden…
Abbrechen
Speichern