malus - mockable overseer mvp (#3224)

This commit is contained in:
Bernhard Schuster
2021-06-16 12:45:21 +02:00
committed by GitHub
parent b64d9885ad
commit 44a8aa23d5
16 changed files with 753 additions and 219 deletions
+2 -1
View File
@@ -78,7 +78,7 @@ pub fn new_full(
NewFull<Arc<Client>>,
Error,
> {
polkadot_service::new_full::<polkadot_test_runtime::RuntimeApi, PolkadotTestExecutor>(
polkadot_service::new_full::<polkadot_test_runtime::RuntimeApi, PolkadotTestExecutor, _>(
config,
is_collator,
None,
@@ -86,6 +86,7 @@ pub fn new_full(
None,
None,
worker_program_path,
polkadot_service::RealOverseerGen,
)
}