mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: propagate network primitives generic to EthStream usages (#13117)
This commit is contained in:
@ -839,7 +839,7 @@ mod tests {
|
||||
f: F,
|
||||
) -> Pin<Box<dyn Future<Output = ()> + Send>>
|
||||
where
|
||||
F: FnOnce(EthStream<P2PStream<ECIESStream<TcpStream>>>) -> O + Send + 'static,
|
||||
F: FnOnce(EthStream<P2PStream<ECIESStream<TcpStream>>, N>) -> O + Send + 'static,
|
||||
O: Future<Output = ()> + Send + Sync,
|
||||
{
|
||||
let status = self.status;
|
||||
|
||||
Reference in New Issue
Block a user