feat: Remove direct_execution from Solution

This is handled when creating a new TychoEncoder

--- don't change below this line ---
ENG-4246 Took 4 minutes
This commit is contained in:
Diana Carvalho
2025-02-18 16:54:55 +00:00
parent 03506fabe9
commit 8537d27469
3 changed files with 2 additions and 9 deletions

View File

@@ -385,7 +385,6 @@ mod tests {
// The receiver was generated with `makeAddr("bob") using forge`
receiver: Bytes::from_str("0x1d96f2f6bef1202e4ce1ff6dad0c2cb002861d3e").unwrap(),
swaps: vec![swap],
direct_execution: true,
router_address: Bytes::from_str("0x3Ede3eCa2a72B3aeCC820E955B36f38437D01395").unwrap(),
slippage: None,
native_action: None,