mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
committed by
GitHub
parent
f4c4c0fe29
commit
f0d443a055
@@ -36,9 +36,6 @@ macro_rules! test_parachain_is_trusted_teleporter {
|
|||||||
let beneficiary: MultiLocation =
|
let beneficiary: MultiLocation =
|
||||||
$crate::AccountId32 { network: None, id: receiver.clone().into() }.into();
|
$crate::AccountId32 { network: None, id: receiver.clone().into() }.into();
|
||||||
|
|
||||||
dbg!(&origin);
|
|
||||||
dbg!(¶_destination);
|
|
||||||
|
|
||||||
// Send XCM message from Origin Parachain
|
// Send XCM message from Origin Parachain
|
||||||
// We are only testing the limited teleport version, which should be ok since success will
|
// We are only testing the limited teleport version, which should be ok since success will
|
||||||
// depend only on a proper `XcmConfig` at destination.
|
// depend only on a proper `XcmConfig` at destination.
|
||||||
|
|||||||
Reference in New Issue
Block a user