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