Forward enable_overseer_always (#4858)

Cumulus actually uses the `build_full` function. I missed that.
This commit is contained in:
Bastian Köcher
2022-02-07 17:05:53 +01:00
committed by GitHub
parent 8ee165c2c1
commit 59cddb9f23
3 changed files with 15 additions and 4 deletions
@@ -68,6 +68,7 @@ fn main() -> Result<()> {
true,
None,
None,
false,
polkadot_service::RealOverseerGen,
)
.map_err(|e| e.to_string())?;