mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
Make RelayedFrom typesafe (#3617)
* Corrent type * Fix build * Fixes * Fixes * Formatting
This commit is contained in:
@@ -111,7 +111,7 @@ mod tests {
|
||||
);
|
||||
Relay::execute_with(|| {
|
||||
assert_ok!(RelayChainPalletXcm::send_xcm(
|
||||
Here.into(),
|
||||
Here,
|
||||
Parachain(1).into(),
|
||||
Transact {
|
||||
origin_type: OriginKind::SovereignAccount,
|
||||
@@ -138,7 +138,7 @@ mod tests {
|
||||
);
|
||||
ParaA::execute_with(|| {
|
||||
assert_ok!(ParachainPalletXcm::send_xcm(
|
||||
Here.into(),
|
||||
Here,
|
||||
Parent.into(),
|
||||
Transact {
|
||||
origin_type: OriginKind::SovereignAccount,
|
||||
@@ -165,7 +165,7 @@ mod tests {
|
||||
);
|
||||
ParaA::execute_with(|| {
|
||||
assert_ok!(ParachainPalletXcm::send_xcm(
|
||||
Here.into(),
|
||||
Here,
|
||||
MultiLocation::new(1, X1(Parachain(2))),
|
||||
Transact {
|
||||
origin_type: OriginKind::SovereignAccount,
|
||||
|
||||
Reference in New Issue
Block a user