Skip to content

Commit 70273be

Browse files
chore: remove doc
1 parent c8a0c40 commit 70273be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/eth/primitives/transaction_input.rs

-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ fn try_from_alloy_transaction(value: alloy_rpc_types_eth::Transaction, compute_s
178178
impl From<TransactionInput> for AlloyTransaction {
179179
fn from(value: TransactionInput) -> Self {
180180
let inner = TxEnvelope::Legacy(Signed::new_unchecked(
181-
// TODO: improve before merging - implement other types
182181
TxLegacy {
183182
chain_id: value.chain_id.map(Into::into),
184183
nonce: value.nonce.into(),

0 commit comments

Comments
 (0)