feat: init; from commit c3adcb2e6bc94b46f4f34c03bc62abcce6c7e1a0 of BDContract
This commit is contained in:
6
js/nodeman.js
Executable file
6
js/nodeman.js
Executable file
@@ -0,0 +1,6 @@
|
||||
var loadNodeMan = function(){
|
||||
console.log("loadNodeMan");
|
||||
var arg = {};
|
||||
arg.action = "listNodes";
|
||||
global.wssocket.send(JSON.stringify(arg));
|
||||
};
|
||||
Reference in New Issue
Block a user