We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ba97d commit 17b891dCopy full SHA for 17b891d
remote/src/codec.rs
@@ -144,7 +144,7 @@ impl TryFrom<&reth::primitives::TransactionSigned> for proto::Transaction {
144
s: transaction.signature().s().to_le_bytes_vec(),
145
y_parity: transaction.signature().v(),
146
};
147
- let transaction = match &transaction.transaction() {
+ let transaction = match &transaction {
148
reth::primitives::Transaction::Legacy(alloy_consensus::TxLegacy {
149
chain_id,
150
nonce,
0 commit comments