mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
XCM: Introduce versioning to dispatchables' params (#3693)
* Introduce versioning to dispatchables' params * Fixes * Formatting * Bump
This commit is contained in:
@@ -211,9 +211,9 @@ mod tests {
|
||||
Relay::execute_with(|| {
|
||||
assert_ok!(RelayChainPalletXcm::reserve_transfer_assets(
|
||||
relay_chain::Origin::signed(ALICE),
|
||||
Box::new(X1(Parachain(1)).into()),
|
||||
Box::new(X1(AccountId32 { network: Any, id: ALICE.into() }).into()),
|
||||
(Here, withdraw_amount).into(),
|
||||
Box::new(X1(Parachain(1)).into().into()),
|
||||
Box::new(X1(AccountId32 { network: Any, id: ALICE.into() }).into().into()),
|
||||
Box::new((Here, withdraw_amount).into()),
|
||||
0,
|
||||
max_weight_for_execution,
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user