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