mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 04:57:57 +00:00
Fix init-bridge (#1900)
This commit is contained in:
committed by
Bastian Köcher
parent
26330d9a25
commit
e7debc4b09
@@ -135,7 +135,7 @@ pub fn decode_justification_target<Header: HeaderT>(
|
||||
}
|
||||
|
||||
/// Verify and optimize given justification by removing unknown and duplicate votes.
|
||||
pub fn optimize_justification<Header: HeaderT>(
|
||||
pub fn verify_and_optimize_justification<Header: HeaderT>(
|
||||
finalized_target: (Header::Hash, Header::Number),
|
||||
authorities_set_id: SetId,
|
||||
authorities_set: &VoterSet<AuthorityId>,
|
||||
|
||||
Reference in New Issue
Block a user