From 58e8e67494b02b67d4dca39a009b189f968161f3 Mon Sep 17 00:00:00 2001 From: TAMARA LIPOWSKI Date: Wed, 30 Apr 2025 20:24:21 -0400 Subject: [PATCH] chore: dummy commit CI won't run --- src/encoding/tycho_encoder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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