Skip to content

Commit

Permalink
chore: use OpPooledTransaction in OpNetworkPrimitives
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Dec 16, 2024
1 parent 8b647d6 commit 1d607f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/optimism/node/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,6 @@ impl NetworkPrimitives for OpNetworkPrimitives {
type BlockBody = reth_primitives::BlockBody;
type Block = reth_primitives::Block;
type BroadcastedTransaction = reth_primitives::TransactionSigned;
type PooledTransaction = reth_primitives::PooledTransaction;
type PooledTransaction = op_alloy_consensus::OpPooledTransaction;
type Receipt = reth_primitives::Receipt;
}

0 comments on commit 1d607f7

Please sign in to comment.