chore: rm selector from Transaction
This commit is contained in:
@@ -118,7 +118,6 @@ impl TychoEncoder for EVMTychoEncoder {
|
||||
value,
|
||||
data: contract_interaction,
|
||||
to: target_address,
|
||||
selector: None,
|
||||
});
|
||||
}
|
||||
Ok(transactions)
|
||||
|
||||
@@ -96,7 +96,6 @@ pub struct Transaction {
|
||||
pub to: Bytes,
|
||||
pub value: BigUint,
|
||||
pub data: Vec<u8>,
|
||||
pub selector: Option<String>,
|
||||
}
|
||||
|
||||
/// Represents necessary attributes for encoding an order.
|
||||
|
||||
Reference in New Issue
Block a user