mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
* Grandpa: Store the authority set changes
This commit is contained in:
committed by
Bastian Köcher
parent
f42b883745
commit
bccd6e893e
@@ -695,9 +695,9 @@ impl_runtime_apis! {
|
||||
BridgeMillauGrandpa::best_finalized()
|
||||
}
|
||||
|
||||
fn accepted_grandpa_finality_proofs(
|
||||
) -> Vec<bp_header_chain::justification::GrandpaJustification<bp_millau::Header>> {
|
||||
BridgeMillauGrandpa::accepted_finality_proofs()
|
||||
fn synced_headers_grandpa_info(
|
||||
) -> Vec<bp_header_chain::HeaderGrandpaInfo<bp_millau::Header>> {
|
||||
BridgeMillauGrandpa::synced_headers_grandpa_info()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user