Skip to content
Snippets Groups Projects
Commit 1d8ddd7a authored by Joshy Orndorff's avatar Joshy Orndorff Committed by GitHub
Browse files

Make GrandpaBlockImport public (#6068)

parent 8b9bd901
Branches
No related merge requests found
...@@ -118,6 +118,7 @@ mod voting_rule; ...@@ -118,6 +118,7 @@ mod voting_rule;
pub use authorities::SharedAuthoritySet; pub use authorities::SharedAuthoritySet;
pub use finality_proof::{FinalityProofProvider, StorageAndProofProvider}; pub use finality_proof::{FinalityProofProvider, StorageAndProofProvider};
pub use import::GrandpaBlockImport;
pub use justification::GrandpaJustification; pub use justification::GrandpaJustification;
pub use light_import::light_block_import; pub use light_import::light_block_import;
pub use voting_rule::{ pub use voting_rule::{
...@@ -127,7 +128,6 @@ pub use finality_grandpa::voter::report; ...@@ -127,7 +128,6 @@ pub use finality_grandpa::voter::report;
use aux_schema::PersistentData; use aux_schema::PersistentData;
use environment::{Environment, VoterSetState}; use environment::{Environment, VoterSetState};
use import::GrandpaBlockImport;
use until_imported::UntilGlobalMessageBlocksImported; use until_imported::UntilGlobalMessageBlocksImported;
use communication::{NetworkBridge, Network as NetworkT}; use communication::{NetworkBridge, Network as NetworkT};
use sp_finality_grandpa::{AuthorityList, AuthorityPair, AuthoritySignature, SetId}; use sp_finality_grandpa::{AuthorityList, AuthorityPair, AuthoritySignature, SetId};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment