mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51: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
@@ -236,7 +236,7 @@ impl messages::BridgedChainWithMessages for Rialto {
|
||||
}
|
||||
}
|
||||
|
||||
impl TargetHeaderChain<ToRialtoMessagePayload, bp_rialto::AccountId> for Rialto {
|
||||
impl TargetHeaderChain<ToRialtoMessagePayload, bp_millau::AccountId> for Rialto {
|
||||
type Error = &'static str;
|
||||
// The proof is:
|
||||
// - hash of the header this proof has been created with;
|
||||
|
||||
@@ -229,9 +229,7 @@ impl messages::BridgedChainWithMessages for RialtoParachain {
|
||||
}
|
||||
}
|
||||
|
||||
impl TargetHeaderChain<ToRialtoParachainMessagePayload, bp_rialto_parachain::AccountId>
|
||||
for RialtoParachain
|
||||
{
|
||||
impl TargetHeaderChain<ToRialtoParachainMessagePayload, bp_millau::AccountId> for RialtoParachain {
|
||||
type Error = &'static str;
|
||||
// The proof is:
|
||||
// - hash of the header this proof has been created with;
|
||||
|
||||
Reference in New Issue
Block a user