From 6c8714e0ed48cd5bf652106a22078e8e2d98300f Mon Sep 17 00:00:00 2001 From: gabriel-aranha-cw Date: Wed, 5 Feb 2025 10:27:16 -0300 Subject: [PATCH] chore: remove todo --- src/eth/primitives/transaction_input.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/eth/primitives/transaction_input.rs b/src/eth/primitives/transaction_input.rs index 66187c6c8..bfb1d330a 100644 --- a/src/eth/primitives/transaction_input.rs +++ b/src/eth/primitives/transaction_input.rs @@ -115,7 +115,6 @@ impl TryFrom for TransactionInput { } } -// TODO: improve before merging fn try_from_alloy_transaction(value: alloy_rpc_types_eth::Transaction, compute_signer: bool) -> anyhow::Result { // extract signer let signer: Address = match compute_signer {