Skip to content

Commit

Permalink
Suggested PR changes for #4 (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
BGluth committed Jan 22, 2024
1 parent 0792e3a commit 875fe42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol_decoder/src/decoding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ impl ProcessedBlockTrace {
// If we have dummy proofs (note: `txn_ir[1]` is always a dummy txn in this
// case), then this dummy will get the withdrawals.
txn_ir[1].gen_inputs.withdrawals = withdrawals;
txn_ir[1].gen_inputs.tries.state_trie = final_trie_state.state.clone();
txn_ir[1].gen_inputs.trie_roots_after.state_root = final_trie_state.state.hash();
}
}
Expand Down

0 comments on commit 875fe42

Please sign in to comment.