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 17b891d commit 181aa08Copy full SHA for 181aa08
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 {
+ let transaction = match &transaction.clone().into_typed_transaction() {
148
reth::primitives::Transaction::Legacy(alloy_consensus::TxLegacy {
149
chain_id,
150
nonce,
0 commit comments