Skip to content

Commit d533bdf

Browse files
committed
chore: remove dead comment
1 parent f500dde commit d533bdf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

crates/bundle/src/call/driver.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ impl SignetBundleDriver<'_> {
5050
self.response
5151
}
5252

53-
/// Clear the driver, resetting the response and the aggregate fills. This
54-
/// resets the driver, allowing for re-simulation of the same bundle.
53+
/// Clear the driver, resetting the response.
5554
pub fn clear(&mut self) -> SignetCallBundleResponse {
5655
std::mem::take(&mut self.response)
5756
}
@@ -176,7 +175,7 @@ impl<I> BundleDriver<OrderDetector<I>> for SignetBundleDriver<'_> {
176175
.unwrap_or_default();
177176
self.response.bundle_hash = self.bundle.bundle_hash();
178177

179-
// Taking these clears the context for reuse.
178+
// Taking these clears the order detector
180179
let (orders, fills) = trevm.inner_mut_unchecked().context.external.take_aggregate();
181180
self.response.orders = orders;
182181
self.response.fills = fills;

0 commit comments

Comments
 (0)