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

@@ -28,10 +28,9 @@ use clap::Subcommand;
/// },
/// "token_in": "0x...",
/// "token_out": "0x...",
/// "split": 1.0
/// "split": 0.0
/// }],
/// "router_address": "0x...",
/// "direct_execution": false
/// "router_address": "0x..."
/// }
/// ```
#[command(author, version, about, long_about = None)]