grandpa: remove runtime checks in prove_finality (#7953)

Remove checks that involve cross checking authorities in the runtime against what we have stored in
the AuthoritySetChanges.
This commit is contained in:
Jon Häggblad
2021-01-26 16:40:23 +01:00
committed by GitHub
parent e21a61eac8
commit e535e4211e
2 changed files with 22 additions and 231 deletions
-1
View File
@@ -111,7 +111,6 @@ pub fn new_partial(config: &Configuration) -> Result<sc_service::PartialComponen
let finality_proof_provider = grandpa::FinalityProofProvider::new_for_service(
backend.clone(),
client.clone(),
Some(shared_authority_set.clone()),
);