From ba6e91825851d3c0422ccbe9c847cf6188931610 Mon Sep 17 00:00:00 2001 From: yhtiyar Date: Wed, 25 Aug 2021 17:31:35 +0300 Subject: [PATCH] fixed gas price inside txinfo component --- frontend/src/components/TxInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/TxInfo.js b/frontend/src/components/TxInfo.js index 30046e23..8f16c93e 100644 --- a/frontend/src/components/TxInfo.js +++ b/frontend/src/components/TxInfo.js @@ -74,7 +74,7 @@ const TxInfo = (props) => { Gas price - {toEth(transaction.tx.gasPrice)} eth + {toEth(transaction.tx.gas_price)} eth the fee the sender pays per unit of gas