Update tendermint/node to latest substrate

This commit is contained in:
Luke Parker
2023-03-06 08:20:01 -05:00
parent 4a81640ab8
commit db1fefe7c1
3 changed files with 7 additions and 8 deletions

View File

@@ -202,7 +202,7 @@ pub async fn new_full(mut config: Configuration) -> Result<TaskManager, ServiceE
spawn_handle: task_manager.spawn_handle(),
import_queue,
block_announce_validator_builder: None,
warp_sync: None,
warp_sync_params: None,
})?;
if config.offchain_worker.enabled {