feat: resolve pr comments

This commit is contained in:
royvardhan
2025-01-30 18:07:07 +05:30
parent a50c31203b
commit 1b8bf56c75
5 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,3 @@
use alloy_primitives::Address;
use num_bigint::BigUint;
use tycho_core::{dto::ProtocolComponent, Bytes};
@@ -62,7 +61,7 @@ pub struct Transaction {
// ETH value to be sent with the transaction.
pub value: BigUint,
// Address of the contract to call with the calldata
pub to: Address,
pub to: Bytes,
}
#[allow(dead_code)]