소스 검색

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

master
coldstar 3 년 전
부모
커밋
17a31f2dc1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      routes/baseActionsRouter.js

+ 1
- 1
routes/baseActionsRouter.js 파일 보기

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



불러오는 중...
취소
저장