mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
fix benchmarks before using it in Polkadot/Kusama/Rococo runtimes (#1309)
This commit is contained in:
committed by
Bastian Köcher
parent
d4e692e429
commit
43d2e4967b
@@ -860,7 +860,7 @@ impl_runtime_apis! {
|
||||
fn prepare_outbound_message(
|
||||
params: MessageParams<Self::AccountId>,
|
||||
) -> (rialto_messages::ToRialtoMessagePayload, Balance) {
|
||||
prepare_outbound_message::<WithRialtoMessageBridge>(params)
|
||||
(prepare_outbound_message::<WithRialtoMessageBridge>(params), Self::message_fee())
|
||||
}
|
||||
|
||||
fn prepare_message_proof(
|
||||
|
||||
Reference in New Issue
Block a user