jb55/node-bitcoin

why not client return?

tangjielong opened this issue · 2 comments

var shdh = client.getInfo(function (err, info) {
console.log(info);
return info;
});
console.log(shdh);

console say shdh=underfine?

jb55 commented

this is an abandoned branch of node-bitcoin, did you mean to submit this to https://github.com/freewil/node-bitcoin ?

yeah,i think mean to submit this is well.