Make GrandpaBlockImport public (#6068)

This commit is contained in:
Joshy Orndorff
2020-05-18 16:13:30 -04:00
committed by GitHub
parent 8b9bd9018e
commit 1d8ddd7a98
+1 -1
View File
@@ -118,6 +118,7 @@ mod voting_rule;
pub use authorities::SharedAuthoritySet;
pub use finality_proof::{FinalityProofProvider, StorageAndProofProvider};
pub use import::GrandpaBlockImport;
pub use justification::GrandpaJustification;
pub use light_import::light_block_import;
pub use voting_rule::{
@@ -127,7 +128,6 @@ pub use finality_grandpa::voter::report;
use aux_schema::PersistentData;
use environment::{Environment, VoterSetState};
use import::GrandpaBlockImport;
use until_imported::UntilGlobalMessageBlocksImported;
use communication::{NetworkBridge, Network as NetworkT};
use sp_finality_grandpa::{AuthorityList, AuthorityPair, AuthoritySignature, SetId};