We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BlindedBlockRelayer
mev-rs/mev-rs/src/blinded_block_relayer/mod.rs
Lines 18 to 21 in 9d88a23
submit_bid should support some way for the caller to signal they want to enable cancellations
submit_bid
going by the current API, it looks like can get away with just adding a bool param to this trait method
bool
The text was updated successfully, but these errors were encountered:
enable_cancellation
submit_bid()
Successfully merging a pull request may close this issue.
mev-rs/mev-rs/src/blinded_block_relayer/mod.rs
Lines 18 to 21 in 9d88a23
submit_bid
should support some way for the caller to signal they want to enable cancellationsgoing by the current API, it looks like can get away with just adding a
bool
param to this trait methodThe text was updated successfully, but these errors were encountered: