pass the passphrase to retoken
This commit is contained in:
parent
8f9f5dfc06
commit
4085e3d9b9
3
bin/cli
3
bin/cli
@ -392,7 +392,8 @@ CLI.prototype.getWalletBlock = async function getWalletBlock() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
CLI.prototype.retoken = async function retoken() {
|
CLI.prototype.retoken = async function retoken() {
|
||||||
const result = await this.wallet.retoken();
|
const passphrase = this.config.str('passphrase');
|
||||||
|
const result = await this.wallet.retoken(passphrase);
|
||||||
this.log(result);
|
this.log(result);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user