mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31:02 +00:00
Split substrate-finality-grandpa (#1675)
* core: grandpa: move consensus_changes to its own submodule * core: grandpa: move justification to its own submodule * core: grandpa: move environment to its own submodule * core: grandpa: move block import to its own submodule
This commit is contained in:
committed by
Robert Habermeier
parent
bf49b00c90
commit
57ac31a0aa
@@ -44,7 +44,7 @@ use runtime_primitives::traits::{
|
||||
};
|
||||
use substrate_primitives::{Ed25519AuthorityId, H256};
|
||||
|
||||
use GrandpaJustification;
|
||||
use justification::GrandpaJustification;
|
||||
|
||||
/// Prepare proof-of-finality for the given block.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user