mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: remove allow unused in rpc (#2617)
This commit is contained in:
@ -820,12 +820,12 @@ where
|
||||
self.config.eth.max_logs_per_response,
|
||||
);
|
||||
|
||||
let pubsub = EthPubSub::new(
|
||||
let pubsub = EthPubSub::with_spawner(
|
||||
self.client.clone(),
|
||||
self.pool.clone(),
|
||||
self.events.clone(),
|
||||
self.network.clone(),
|
||||
cache.clone(),
|
||||
Box::new(self.executor.clone()),
|
||||
);
|
||||
|
||||
let eth = EthHandlers { api, cache, filter, pubsub };
|
||||
|
||||
Reference in New Issue
Block a user