mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 12:11:02 +00:00
Use indirect runtime calls for RialtoParachain (#1753)
* Use indirect runtime calls for RialtoParachain * Code review fixes
This commit is contained in:
committed by
Bastian Köcher
parent
e0e84b734b
commit
444dbe7173
@@ -330,7 +330,7 @@ macro_rules! generate_mocked_receive_message_proof_call_builder {
|
||||
<$pipeline as $crate::messages_lane::SubstrateMessageLane>::SourceChain
|
||||
>,
|
||||
messages_count: u32,
|
||||
dispatch_weight: Weight,
|
||||
dispatch_weight: bp_messages::Weight,
|
||||
_trace_call: bool,
|
||||
) -> relay_substrate_client::CallOf<
|
||||
<$pipeline as $crate::messages_lane::SubstrateMessageLane>::TargetChain
|
||||
|
||||
Reference in New Issue
Block a user