Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stedfn committed Dec 20, 2024
1 parent 7a95e80 commit 4b8c670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ impl PartialEncodedStateWitnessTracker {

// Merge accessed contracts into the main transition's partial state.
let PartialState::TrieValues(values) =
&mut witness.main_state_transition.base_state;
&mut witness.inner.main_state_transition.base_state;
values.extend(accessed_contracts.into_iter().map(|code| code.0.into()));

tracing::debug!(target: "client", ?key, "Sending encoded witness to client.");
Expand Down

0 comments on commit 4b8c670

Please sign in to comment.