diff --git a/src/17_3_getinfo.js b/src/17_3_getinfo.js index f15e31b..be77445 100644 --- a/src/17_3_getinfo.js +++ b/src/17_3_getinfo.js @@ -12,11 +12,5 @@ agent.getBlockCount(function (err, blockCount) { throw Error(JSON.stringify(err)); console.log(hash.result); }); - - agent.getWalletInfo(function (err, walletInfo) { - if (err) - throw Error(JSON.stringify(err)); - console.log(walletInfo.result); - }); });