mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make unit type default (#4141)
This commit is contained in:
@ -41,7 +41,7 @@ pub trait RethNodeCommandExt: fmt::Debug + clap::Args {
|
||||
&mut self,
|
||||
_config: &Conf,
|
||||
_registry: &mut RethModuleRegistry<Provider, Pool, Network, Tasks, Events>,
|
||||
_modules: &mut TransportRpcModules<()>,
|
||||
_modules: &mut TransportRpcModules,
|
||||
) -> eyre::Result<()>
|
||||
where
|
||||
Conf: RethRpcConfig,
|
||||
|
||||
Reference in New Issue
Block a user