mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: call bundle recursion (#13425)
This commit is contained in:
@ -40,6 +40,8 @@ use tokio::sync::mpsc::Receiver;
|
||||
/// The `PeerId` type.
|
||||
pub type PeerId = alloy_primitives::B512;
|
||||
|
||||
/// Helper type alias to access [`PoolTransaction`] for a given [`TransactionPool`].
|
||||
pub type PoolTx<P> = <P as TransactionPool>::Transaction;
|
||||
/// Helper type alias to access [`PoolTransaction::Consensus`] for a given [`TransactionPool`].
|
||||
pub type PoolConsensusTx<P> = <<P as TransactionPool>::Transaction as PoolTransaction>::Consensus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user