Skip to content

Commit

Permalink
change builder param
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStiles committed Sep 14, 2023
1 parent 9498f56 commit 95865db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mev-build-rs/src/reth_builder/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ impl<Pool, Client> Builder<Pool, Client> {
pub async fn submit_bid(
&self,
id: &BuildIdentifier,
with_cancellations: Option<&String>,
with_cancellations: bool,
) -> Result<(), Error> {
let build = self.build_for(id).ok_or_else(|| Error::MissingBuild(id.clone()))?;

Expand Down

0 comments on commit 95865db

Please sign in to comment.