From 875fe425381b1d7b9989b0f1a4a40544316d7ece Mon Sep 17 00:00:00 2001 From: BGluth Date: Mon, 22 Jan 2024 10:40:57 -0700 Subject: [PATCH] Suggested PR changes for #4 (3) --- protocol_decoder/src/decoding.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/protocol_decoder/src/decoding.rs b/protocol_decoder/src/decoding.rs index 9b976d7..540acf3 100644 --- a/protocol_decoder/src/decoding.rs +++ b/protocol_decoder/src/decoding.rs @@ -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(); } }