Skip to content

Commit

Permalink
Pacify mighty clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Apr 18, 2024
1 parent 563ee97 commit 941391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leader/src/padding_and_withdrawals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub(crate) fn pad_gen_inputs_with_dummy_inputs_if_needed(
/// - If no dummy proofs are already present, then a dummy proof that just
/// contains the withdrawals is appended to the end of the IR vec.
pub(crate) fn add_withdrawals_to_txns(
txn_ir: &mut Vec<GenerationInputs>,
txn_ir: &mut [GenerationInputs],
final_trie_state: &mut PartialTrieState,
withdrawals: Vec<(Address, U256)>,
) {
Expand Down

0 comments on commit 941391f

Please sign in to comment.