diff --git a/src/encoding/tycho_encoder.rs b/src/encoding/tycho_encoder.rs index 16e0bb0..b724c39 100644 --- a/src/encoding/tycho_encoder.rs +++ b/src/encoding/tycho_encoder.rs @@ -10,7 +10,7 @@ pub trait TychoEncoder { /// /// # Arguments /// * `solutions` - Vector of solutions to encode, each potentially using different setups (swap - /// paths, protocols, etc.) + /// paths, protocols, wrapping, etc.) /// /// # Returns /// * `Result, EncodingError>` - Vector of executable transactions