From b016196edace3a38a04206a802ad3d226d2b7b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= Date: Wed, 18 Mar 2020 11:07:51 +0000 Subject: [PATCH] remove hardcoded scheduled GRANDPA pause --- service/src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/service/src/lib.rs b/service/src/lib.rs index ff18d130b128..f1b549a6ddf0 100644 --- a/service/src/lib.rs +++ b/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.",