mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31:02 +00:00
Use proper account types (#1591)
* use proper account types * Update primitives/messages/src/source_chain.rs Co-authored-by: Branislav Kontur <bkontur@gmail.com> Co-authored-by: Branislav Kontur <bkontur@gmail.com>
This commit is contained in:
committed by
Bastian Köcher
parent
75d61ff708
commit
4f4200b0eb
@@ -233,7 +233,7 @@ impl messages::BridgedChainWithMessages for Millau {
|
||||
}
|
||||
}
|
||||
|
||||
impl TargetHeaderChain<ToMillauMessagePayload, bp_millau::AccountId> for Millau {
|
||||
impl TargetHeaderChain<ToMillauMessagePayload, bp_rialto::AccountId> for Millau {
|
||||
type Error = &'static str;
|
||||
// The proof is:
|
||||
// - hash of the header this proof has been created with;
|
||||
|
||||
Reference in New Issue
Block a user