Skip to content

Commit

Permalink
chore: fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jul 22, 2024
1 parent cab5ff0 commit db1ccf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt-sidecar/src/builder/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ impl BlockTemplate {
.message
.constraints
.iter()
.fold(0, |acc, c| acc + &c.transaction.gas_limit())
.fold(0, |acc, c| acc + c.transaction.gas_limit())
})
}

Expand Down

0 comments on commit db1ccf6

Please sign in to comment.