From 194e8441e5b30bdf675580bb3d45f7bd2630a668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= Date: Wed, 18 Mar 2020 11:38:41 +0000 Subject: [PATCH] remove hardcoded scheduled GRANDPA pause (#911) --- polkadot/service/src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/polkadot/service/src/lib.rs b/polkadot/service/src/lib.rs index ff18d130b1..f1b549a6dd 100644 --- a/polkadot/service/src/lib.rs +++ b/polkadot/service/src/lib.rs @@ -499,10 +499,6 @@ pub fn new_full( // add a custom voting rule to temporarily stop voting for new blocks // after the given pause block is finalized and restarting after the // given delay. - - // temporarily hardcode a GRANDPA pause for the upcoming runtime upgrade - let grandpa_pause = grandpa_pause.or(Some((1491586, 6000))); - let voting_rule = match grandpa_pause { Some((block, delay)) => { info!("GRANDPA scheduled voting pause set for block #{} with a duration of {} blocks.",