mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 10:55:42 +00:00
Update Substrate (#808)
* Update to latest Substrate master * upgrade decl_storage declaration * Companion PR to Substrate#4752 Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: thiolliere <gui.thiolliere@gmail.com> Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
This commit is contained in:
@@ -454,7 +454,7 @@ fn run_collator_node<S, E, P, Extrinsic>(
|
||||
}
|
||||
}.boxed();
|
||||
|
||||
service.spawn_essential_task(work);
|
||||
service.spawn_essential_task("collation", work);
|
||||
|
||||
polkadot_cli::run_until_exit(runtime, service, exit)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user