From f2c6bced5aa55207cee75680a2f6b4872b34599e Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 28 Sep 2016 17:17:04 -0700 Subject: [PATCH] cli: fix typo. --- bin/cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {