Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Nov 8, 2023
1 parent f1babf3 commit cc94069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ fn calculate_receipts_root(
let new_block = Block {
header: Header {
gas_used: cumulative_gas_used,
receipts_root: receipts_root.clone(),
receipts_root,
..block.header.clone()
},
..block.clone()
Expand Down

0 comments on commit cc94069

Please sign in to comment.