mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: use network primitives pooled transaction AT (#12718)
This commit is contained in:
@ -154,7 +154,7 @@ pub enum PeerRequest<N: NetworkPrimitives = EthNetworkPrimitives> {
|
||||
/// The request for pooled transactions.
|
||||
request: GetPooledTransactions,
|
||||
/// The channel to send the response for pooled transactions.
|
||||
response: oneshot::Sender<RequestResult<PooledTransactions>>,
|
||||
response: oneshot::Sender<RequestResult<PooledTransactions<N::PooledTransaction>>>,
|
||||
},
|
||||
/// Requests `NodeData` from the peer.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user