From dfc89d6c6dd622e7dff79544c0885594000ffd37 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Fri, 24 Feb 2017 15:06:55 -0800 Subject: Make gasPrice accessible to the UI. --- app/scripts/transaction-manager.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/scripts') diff --git a/app/scripts/transaction-manager.js b/app/scripts/transaction-manager.js index 6299091f2..eaeee2d72 100644 --- a/app/scripts/transaction-manager.js +++ b/app/scripts/transaction-manager.js @@ -157,6 +157,7 @@ module.exports = class TransactionManager extends EventEmitter { txMeta.txFee = txFee txMeta.txValue = txValue txMeta.maxCost = maxCost + txMeta.gasPrice = gasPrice this.updateTx(txMeta) } -- cgit v1.2.3