mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 02:17:58 +00:00
malus - mockable overseer mvp (#3224)
This commit is contained in:
committed by
GitHub
parent
b64d9885ad
commit
44a8aa23d5
@@ -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,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user