mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
Service::Error: Storage variant removed (#13481)
This commit is contained in:
committed by
GitHub
parent
a1c546e9aa
commit
b5e7fbfb58
@@ -560,7 +560,8 @@ pub fn new_full(config: Configuration, cli: Cli) -> Result<TaskManager, ServiceE
|
||||
cli.storage_monitor,
|
||||
database_source,
|
||||
&task_manager.spawn_essential_handle(),
|
||||
)?;
|
||||
)
|
||||
.map_err(|e| ServiceError::Application(e.into()))?;
|
||||
|
||||
Ok(task_manager)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user