mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 12:11:02 +00:00
rename ChainWithMessages -> UnderlyingChainProvider (#1639)
This commit is contained in:
committed by
Bastian Köcher
parent
6dcecf4425
commit
3c76889948
@@ -116,7 +116,7 @@ impl MessageBridge for WithRialtoMessageBridge {
|
||||
#[derive(RuntimeDebug, Clone, Copy)]
|
||||
pub struct Millau;
|
||||
|
||||
impl messages::ChainWithMessages for Millau {
|
||||
impl messages::UnderlyingChainProvider for Millau {
|
||||
type Chain = bp_millau::Millau;
|
||||
}
|
||||
|
||||
@@ -174,7 +174,7 @@ impl messages::ThisChainWithMessages for Millau {
|
||||
#[derive(RuntimeDebug, Clone, Copy)]
|
||||
pub struct Rialto;
|
||||
|
||||
impl messages::ChainWithMessages for Rialto {
|
||||
impl messages::UnderlyingChainProvider for Rialto {
|
||||
type Chain = bp_rialto::Rialto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user