renamed gas label, fixed hash demonstrating bug

pull/89/head
yhtiyar 2021-08-06 13:56:12 +03:00
rodzic 1de764b34f
commit aaee2e2e67
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -88,7 +88,7 @@ const Entry = () => {
fontSize="1.5rem"
textAlign="left"
>
{entry && entry.hash}
{entry && entry.tx.hash}
</Heading>
</HStack>
</Skeleton>

Wyświetl plik

@ -64,7 +64,7 @@ const TxInfo = (props) => {
<Stat>
<StatLabel>Gas</StatLabel>
<StatNumber>{transaction.tx.gas}</StatNumber>
<StatHelpText>gas limit for transaction</StatHelpText>
<StatHelpText>gas unit used for transaction</StatHelpText>
</Stat>
<Stat>
<StatLabel>Gas price</StatLabel>