Skip to content

Commit 0406d61

Browse files
committed
fix
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent fd59830 commit 0406d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/types/block.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (n *BlockNonce) UnmarshalText(input []byte) error {
6262
type ExecutionWitness struct {
6363
StateDiff verkle.StateDiff `json:"stateDiff"`
6464
VerkleProof *verkle.VerkleProof `json:"verkleProof"`
65-
ParentStateRoot common.Hash `json:"parentStateRoot"`
65+
ParentStateRoot common.Hash `json:"parentRoot"`
6666
}
6767

6868
func (ew *ExecutionWitness) Copy() *ExecutionWitness {

0 commit comments

Comments
 (0)