mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
Change SpawnedSubsystem type to log subsystem errors (#1878)
* Change SpawnedSubsystem type to log subsystem errors * Remove clone
This commit is contained in:
@@ -942,6 +942,7 @@ where
|
||||
|
||||
let future = Box::pin(async move {
|
||||
Self::run(ctx, run_args, metrics, spawner, errors).await;
|
||||
Ok(())
|
||||
});
|
||||
|
||||
SpawnedSubsystem {
|
||||
|
||||
Reference in New Issue
Block a user