diff --git a/core/types/block.go b/core/types/block.go index 6a6617504e59..1e41a4fbf995 100644 --- a/core/types/block.go +++ b/core/types/block.go @@ -62,7 +62,7 @@ func (n *BlockNonce) UnmarshalText(input []byte) error { type ExecutionWitness struct { StateDiff verkle.StateDiff `json:"stateDiff"` VerkleProof *verkle.VerkleProof `json:"verkleProof"` - ParentStateRoot common.Hash `json:"parentRoot"` + ParentStateRoot common.Hash `json:"parentStateRoot"` } func (ew *ExecutionWitness) Copy() *ExecutionWitness {