jb55 / node-bitcoin

zero-dependency bitcoin core rpc lib for nodejs
The Unlicense
45 stars 127 forks source link

why not client return? #15

Closed tangjielong closed 6 years ago

tangjielong commented 6 years ago

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

console say shdh=underfine?

jb55 commented 6 years ago

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

tangjielong commented 6 years ago

yeah,i think mean to submit this is well.