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:
Svyatoslav Nikolsky
2022-10-04 11:44:38 +03:00
committed by Bastian Köcher
parent 75d61ff708
commit 4f4200b0eb
5 changed files with 8 additions and 6 deletions
@@ -243,7 +243,7 @@ impl messages::BridgedChainWithMessages for Millau {
}
}
impl TargetHeaderChain<ToMillauMessagePayload, bp_millau::AccountId> for Millau {
impl TargetHeaderChain<ToMillauMessagePayload, bp_rialto_parachain::AccountId> for Millau {
type Error = &'static str;
// The proof is:
// - hash of the header this proof has been created with;