diff --git a/bin/cli b/bin/cli index cff7fe00..7bc216cb 100755 --- a/bin/cli +++ b/bin/cli @@ -301,7 +301,8 @@ CLI.prototype.sendTX = co(function* sendTX() { options = { account: this.config.account, passphrase: this.config.passphrase, - outputs: [output] + outputs: [output], + rate: this.config.rate }; tx = yield this.wallet.send(options);