Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions crates/bundle/src/call/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ impl SignetBundleDriver<'_> {

/// Clear the driver, resetting the response and the market context. This
/// resets the driver, allowing for re-simulation of the same bundle.
///
/// The returned context contains the amount of overfill, i.e. the amount
/// that was filled, but not required by the orders in the bundle.
pub fn clear(&mut self) -> SignetCallBundleResponse {
std::mem::take(&mut self.response)
}
Expand Down