Update 17_3_getinfo.js

This commit is contained in:
Shannon Appelcline 2020-09-02 14:31:56 -10:00 committed by GitHub
parent fb4fabe88e
commit 0b7900433d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
});
});