mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
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:
@@ -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()),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user