Commit 76bc1032 authored by Igor Stuev's avatar Igor Stuev Committed by isstuev

Update ui/block/BlockDetails.tsx

Co-authored-by: default avatartom goriunov <tom@ohhhh.me>
parent fedbbb18
...@@ -305,7 +305,7 @@ const BlockDetails = () => { ...@@ -305,7 +305,7 @@ const BlockDetails = () => {
key={ type } key={ type }
title={ type } title={ type }
// is this text correct for validators? // is this text correct for validators?
hint={ `Amount of distributed reward. ${ capitalize(getNetworkValidatorTitle()) }s receive a static block reward + Tx fees + uncle fees.` } hint={ `Amount of distributed reward. ${ capitalize(validatorTitle) }s receive a static block reward + Tx fees + uncle fees.` }
> >
{ BigNumber(reward).dividedBy(WEI).toFixed() } { appConfig.network.currency.symbol } { BigNumber(reward).dividedBy(WEI).toFixed() } { appConfig.network.currency.symbol }
</DetailsInfoItem> </DetailsInfoItem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment