Update Substrate to the new TendermintHandle

This commit is contained in:
Luke Parker
2022-11-08 22:51:31 -05:00
parent 1c8192218a
commit f7b1ff9f3b
3 changed files with 23 additions and 19 deletions

View File

@@ -233,6 +233,7 @@ pub async fn new_full(mut config: Configuration) -> Result<TaskManager, ServiceE
tendermint_protocol,
keystore_container.keystore(),
Cidp,
task_manager.spawn_essential_handle(),
sc_basic_authorship::ProposerFactory::new(
task_manager.spawn_handle(),
client,