Commit a3ce2759 authored by tom goriunov's avatar tom goriunov Committed by GitHub

show nonce for PoS networks (#1194)

Fixes #1193
parent 75a9889a
...@@ -479,7 +479,7 @@ const BlockDetails = ({ query }: Props) => { ...@@ -479,7 +479,7 @@ const BlockDetails = ({ query }: Props) => {
> >
<Text wordBreak="break-all" whiteSpace="break-spaces">{ data.state_root }</Text> <Text wordBreak="break-all" whiteSpace="break-spaces">{ data.state_root }</Text>
</DetailsInfoItem> */ } </DetailsInfoItem> */ }
{ config.chain.verificationType !== 'validation' && !config.UI.views.block.hiddenFields?.nonce && ( { !config.UI.views.block.hiddenFields?.nonce && (
<DetailsInfoItem <DetailsInfoItem
title="Nonce" title="Nonce"
hint="Block nonce is a value used during mining to demonstrate proof of work for a block" hint="Block nonce is a value used during mining to demonstrate proof of work for a block"
......
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