Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/vmarkushin/middleware-docs' into…
Browse files Browse the repository at this point in the history
… vmarkushin/middleware-docs
  • Loading branch information
vmarkushin committed Jul 25, 2023
2 parents 8695395 + d80e1f6 commit d1ac64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hyperspace/core/src/substrate/composable.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use self::parachain_subxt::api::{
ibc::calls::{Deliver, Transfer},
runtime_types::{
composable_runtime::ibc::MemoMessage,
// composable_runtime::ibc::MemoMessage,
frame_system::{extensions::check_nonce::CheckNonce, EventRecord},
pallet_ibc::{events::IbcEvent as MetadataIbcEvent, TransferParams as RawTransferParams},
},
Expand Down Expand Up @@ -166,7 +166,7 @@ define_runtime_transactions!(
TransferParamsWrapper,
DummySendPingParamsWrapper,
parachain_subxt::api::runtime_types::pallet_ibc::Any,
MemoMessage,
String,
|x| parachain_subxt::api::tx().ibc().deliver(x),
|x, y, z, w| parachain_subxt::api::tx().ibc().transfer(x, CurrencyId(y), z, w),
|x| parachain_subxt::api::tx().sudo().sudo(x),
Expand Down

0 comments on commit d1ac64b

Please sign in to comment.