Skip to content

Commit

Permalink
This fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Liang committed Nov 7, 2023
1 parent 50a1159 commit 7210998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gadgets/mpt_update/assign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ impl MptUpdateConfig {
self.key.assign(region, offset, *ZERO_PAIR_HASH);
self.other_key.assign(region, offset, *ZERO_PAIR_HASH);
self.domain.assign(region, offset, HashDomain::Pair);
self.new_hash.assign(region, offset, 0);
}

fn assign_storage_trie_rows(
Expand Down

0 comments on commit 7210998

Please sign in to comment.