mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31:02 +00:00
Added receive_single_message_proof_with_dispatch benchmark (#1990)
* added receive_single_message_proof_with_dispatch benchmark * clippy
This commit is contained in:
committed by
Bastian Köcher
parent
a75c28d5b2
commit
830afff353
@@ -1007,7 +1007,7 @@ impl_runtime_apis! {
|
||||
Runtime,
|
||||
WithRialtoParachainsInstance,
|
||||
WithRialtoParachainMessageBridge,
|
||||
>(params)
|
||||
>(params, xcm::v3::Junctions::Here)
|
||||
}
|
||||
|
||||
fn prepare_message_delivery_proof(
|
||||
@@ -1038,7 +1038,7 @@ impl_runtime_apis! {
|
||||
Runtime,
|
||||
RialtoGrandpaInstance,
|
||||
WithRialtoMessageBridge,
|
||||
>(params)
|
||||
>(params, xcm::v3::Junctions::Here)
|
||||
}
|
||||
|
||||
fn prepare_message_delivery_proof(
|
||||
|
||||
Reference in New Issue
Block a user