diff --git a/bin/cli b/bin/cli index 240e7ea4..529d5896 100755 --- a/bin/cli +++ b/bin/cli @@ -95,7 +95,7 @@ CLI.prototype.getAccounts = co(function* getAccounts() { CLI.prototype.getWallet = co(function* getWallet() { var info = yield this.wallet.getInfo(); - this.log(wallet); + this.log(info); }); CLI.prototype.getTX = co(function* getTX() {