From aaee2e2e678c06f7e1a75c706e36b791e8eb4ab4 Mon Sep 17 00:00:00 2001 From: yhtiyar Date: Fri, 6 Aug 2021 13:56:12 +0300 Subject: [PATCH] renamed gas label, fixed hash demonstrating bug --- frontend/pages/stream/[entryId].js | 2 +- frontend/src/components/TxInfo.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/pages/stream/[entryId].js b/frontend/pages/stream/[entryId].js index cb8a3d3d..60ab9a27 100644 --- a/frontend/pages/stream/[entryId].js +++ b/frontend/pages/stream/[entryId].js @@ -88,7 +88,7 @@ const Entry = () => { fontSize="1.5rem" textAlign="left" > - {entry && entry.hash} + {entry && entry.tx.hash} diff --git a/frontend/src/components/TxInfo.js b/frontend/src/components/TxInfo.js index 16d75c51..ddb899a1 100644 --- a/frontend/src/components/TxInfo.js +++ b/frontend/src/components/TxInfo.js @@ -64,7 +64,7 @@ const TxInfo = (props) => { Gas {transaction.tx.gas} - gas limit for transaction + gas unit used for transaction Gas price