소스 검색

05/25/2021 02:46:55 PM MST

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

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

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

res.locals.address = address;

res.locals.result = {};
//res.locals.result = {};


const { spawn } = require("child_process");

//const ls = spawn("/usr/local/bin/vivo-cli -conf=/etc/masternodes/vivo_n1.conf", [" \'{\"addresses\": [\"" + address + "\"]}\'"]);

const ls = spawn("pwd");
const ls = spawn("pwd", "");

ls.stdout.on("data", data => {
console.log(`stdout: ${data}`);


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