cli: fix typo.

This commit is contained in:
Christopher Jeffrey 2016-09-28 17:17:04 -07:00
parent c7fb41f4cd
commit f2c6bced5a
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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() {