allow overseer to be enabled anyways (#4840)

Closes #4763
This commit is contained in:
Bernhard Schuster
2022-02-07 10:46:27 +01:00
committed by GitHub
parent 16ecb3648e
commit aa2af6a460
2 changed files with 12 additions and 2 deletions
+1
View File
@@ -95,6 +95,7 @@ pub fn new_full(
None,
None,
worker_program_path,
false,
polkadot_service::RealOverseerGen,
)
}