diff options
Diffstat (limited to 'ui/app/send.js')
-rw-r--r-- | ui/app/send.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/send.js b/ui/app/send.js index c15409b31..96401cd23 100644 --- a/ui/app/send.js +++ b/ui/app/send.js @@ -674,7 +674,7 @@ SendTransactionScreen.prototype.onSubmit = function () { // New: gas will now be specified on this step gas: this.state.newTx.gas, - gasPrice: this.state.newTx.gasPrice + gasPrice: this.state.newTx.gasPrice, } if (recipient) txParams.to = addHexPrefix(recipient) |