cli: fix typo.
This commit is contained in:
parent
c7fb41f4cd
commit
f2c6bced5a
2
bin/cli
2
bin/cli
@ -95,7 +95,7 @@ CLI.prototype.getAccounts = co(function* getAccounts() {
|
|||||||
|
|
||||||
CLI.prototype.getWallet = co(function* getWallet() {
|
CLI.prototype.getWallet = co(function* getWallet() {
|
||||||
var info = yield this.wallet.getInfo();
|
var info = yield this.wallet.getInfo();
|
||||||
this.log(wallet);
|
this.log(info);
|
||||||
});
|
});
|
||||||
|
|
||||||
CLI.prototype.getTX = co(function* getTX() {
|
CLI.prototype.getTX = co(function* getTX() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user