Skip to content

Commit

Permalink
chore: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-aranha-cw committed Feb 5, 2025
1 parent 01c6585 commit 6c8714e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/eth/primitives/transaction_input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ impl TryFrom<AlloyTransaction> for TransactionInput {
}
}

// TODO: improve before merging
fn try_from_alloy_transaction(value: alloy_rpc_types_eth::Transaction, compute_signer: bool) -> anyhow::Result<TransactionInput> {
// extract signer
let signer: Address = match compute_signer {
Expand Down

0 comments on commit 6c8714e

Please sign in to comment.