diff --git a/src/encoding/evm/tycho_encoder.rs b/src/encoding/evm/tycho_encoder.rs index 0690674..48991d6 100644 --- a/src/encoding/evm/tycho_encoder.rs +++ b/src/encoding/evm/tycho_encoder.rs @@ -118,7 +118,6 @@ impl TychoEncoder for EVMTychoEncoder { value, data: contract_interaction, to: target_address, - selector: None, }); } Ok(transactions) diff --git a/src/encoding/models.rs b/src/encoding/models.rs index c97bd32..0abc963 100644 --- a/src/encoding/models.rs +++ b/src/encoding/models.rs @@ -96,7 +96,6 @@ pub struct Transaction { pub to: Bytes, pub value: BigUint, pub data: Vec, - pub selector: Option, } /// Represents necessary attributes for encoding an order.