From 0b7900433d8722a1a11fdf0ea436b1f0be667d46 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 2 Sep 2020 14:31:56 -1000 Subject: [PATCH] Update 17_3_getinfo.js --- src/17_3_getinfo.js | 6 ------ 1 file changed, 6 deletions(-) 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); - }); });