Skip to content

Commit 17b891d

Browse files
committed
chore: fix clippy
1 parent 76ba97d commit 17b891d

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
@@ -144,7 +144,7 @@ impl TryFrom<&reth::primitives::TransactionSigned> for proto::Transaction {
144144
s: transaction.signature().s().to_le_bytes_vec(),
145145
y_parity: transaction.signature().v(),
146146
};
147-
let transaction = match &transaction.transaction() {
147+
let transaction = match &transaction {
148148
reth::primitives::Transaction::Legacy(alloy_consensus::TxLegacy {
149149
chain_id,
150150
nonce,

0 commit comments

Comments
 (0)