diff --git a/crates/bundle/src/call/ty.rs b/crates/bundle/src/call/ty.rs index 81c04487..7074c11d 100644 --- a/crates/bundle/src/call/ty.rs +++ b/crates/bundle/src/call/ty.rs @@ -18,8 +18,6 @@ use trevm::{ /// The Signet bundle contains the following: /// /// - A standard [`EthCallBundle`] with the transactions to simulate. -/// - A mapping of assets to users to amounts, which are the host fills to be -/// checked against market orders after simulation. /// /// This is based on the flashbots `eth_callBundle` bundle. See [their docs]. ///