Skip to content

Commit

Permalink
extra fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
  • Loading branch information
jsign committed Nov 1, 2024
1 parent 5254169 commit 19bfb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evm_transition_tool/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Result(CamelModel):

verkle_proof: VerkleProof | None = None
state_diff: StateDiff | None = None
parent_root: Hash | None = None
parent_state_root: Hash | None = None


class TransitionToolInput(CamelModel):
Expand Down

0 comments on commit 19bfb63

Please sign in to comment.