malus: add finality_delay cli flag (#5770)

* add malus_finality_delay flag

* cargo update -p sp-io

* no warnings when malus is disabled

* subpar workaround for feature unification problem

* remove malus_finality_delay from regular cli

* document finality_delay param, rename cli arg
This commit is contained in:
Andronik
2022-07-23 01:24:33 +02:00
committed by GitHub
parent d6334447ae
commit b1f8445d62
6 changed files with 40 additions and 6 deletions
@@ -67,6 +67,7 @@ fn main() -> Result<()> {
polkadot_service::RealOverseerGen,
None,
None,
None,
)
.map_err(|e| e.to_string())?;
let mut overseer_handle = full_node