Skip to content

Commit 43c9fc5

Browse files
committed
chore: fix clippy
1 parent 181aa08 commit 43c9fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remote/src/codec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ impl TryFrom<&proto::Transaction> for reth::primitives::TransactionSigned {
813813
}),
814814
};
815815

816-
Ok(reth::primitives::TransactionSigned::new(transaction, signature, hash))
816+
Ok(reth::primitives::TransactionSigned::new_unchecked(transaction, signature, hash))
817817
}
818818
}
819819

0 commit comments

Comments
 (0)