Skip to content

Commit

Permalink
refactor: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaatif committed Aug 7, 2024
1 parent f65fbd0 commit 96d8e62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions trace_decoder/src/decoding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ fn update_beacon_block_root_contract_storage(
.push(remaining_slot_key);
}
}
};
}
}

nodes_used.storage_accesses.push((ADDRESS, slots_nibbles));
Expand Down Expand Up @@ -242,7 +242,6 @@ fn create_minimal_partial_tries_needed_by_txn(
nodes_used_by_txn: &NodesUsedByTxn,
txn_idx: usize,
delta_application_out: TrieDeltaApplicationOutput,
_coin_base_addr: &Address,
) -> anyhow::Result<TrieInputs> {
let state_trie = create_minimal_state_partial_trie(
&curr_block_tries.state,
Expand Down Expand Up @@ -519,7 +518,6 @@ fn process_txn_info(
&nodes_used_by_txn,
txn_idx,
delta_out,
&other_data.b_data.b_meta.block_beneficiary,
)?;

let trie_roots_after = calculate_trie_input_hashes(curr_block_tries);
Expand Down

0 comments on commit 96d8e62

Please sign in to comment.