Skip to content

Commit

Permalink
fix invalid verkle account creation from UpdateTrackingAccount
Browse files Browse the repository at this point in the history
Signed-off-by: Karim Taam <[email protected]>
  • Loading branch information
matkt committed Jan 6, 2025
1 parent 5464d1a commit 30b487f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public VerkleAccount(
tracked.getNonce(),
tracked.getBalance(),
tracked.getCodeHash(),
tracked.getCode(),
true);
this.codeSize = tracked.getCodeSize().orElse(0L);
updatedStorage.putAll(tracked.getUpdatedStorage());
Expand Down

0 comments on commit 30b487f

Please sign in to comment.