diff --git a/pkg/core/block/header.go b/pkg/core/block/header.go index b7f78744f..154d512d9 100644 --- a/pkg/core/block/header.go +++ b/pkg/core/block/header.go @@ -157,7 +157,7 @@ func (b Header) MarshalJSON() ([]byte, error) { PrevHash: b.PrevHash, MerkleRoot: b.MerkleRoot, Timestamp: b.Timestamp, - Nonce: fmt.Sprintf("%016x", b.Nonce), + Nonce: fmt.Sprintf("%016X", b.Nonce), Index: b.Index, PrimaryIndex: b.PrimaryIndex, NextConsensus: address.Uint160ToString(b.NextConsensus),