diff --git a/bin/cli b/bin/cli index d2de1dfa..d6e55154 100755 --- a/bin/cli +++ b/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);