We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd59830 commit 0406d61Copy full SHA for 0406d61
core/types/block.go
@@ -62,7 +62,7 @@ func (n *BlockNonce) UnmarshalText(input []byte) error {
62
type ExecutionWitness struct {
63
StateDiff verkle.StateDiff `json:"stateDiff"`
64
VerkleProof *verkle.VerkleProof `json:"verkleProof"`
65
- ParentStateRoot common.Hash `json:"parentStateRoot"`
+ ParentStateRoot common.Hash `json:"parentRoot"`
66
}
67
68
func (ew *ExecutionWitness) Copy() *ExecutionWitness {
0 commit comments