cli: add rate option.
This commit is contained in:
parent
47c43ea39a
commit
179caa2bd8
3
bin/cli
3
bin/cli
@ -301,7 +301,8 @@ CLI.prototype.sendTX = co(function* sendTX() {
|
|||||||
options = {
|
options = {
|
||||||
account: this.config.account,
|
account: this.config.account,
|
||||||
passphrase: this.config.passphrase,
|
passphrase: this.config.passphrase,
|
||||||
outputs: [output]
|
outputs: [output],
|
||||||
|
rate: this.config.rate
|
||||||
};
|
};
|
||||||
|
|
||||||
tx = yield this.wallet.send(options);
|
tx = yield this.wallet.send(options);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user