cli: fix createtx.
This commit is contained in:
parent
cfd1715c9f
commit
f701af0b74
3
bin/cli
3
bin/cli
@ -330,7 +330,8 @@ CLI.prototype.createTX = async function createTX() {
|
||||
passphrase: this.config.str('passphrase'),
|
||||
outputs: [output],
|
||||
smart: this.config.bool('smart'),
|
||||
rate: this.config.amt('rate')
|
||||
rate: this.config.amt('rate'),
|
||||
subtractFee: this.config.bool('subtract-fee')
|
||||
};
|
||||
|
||||
const tx = await this.wallet.createTX(options);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user