Skip to content
Snippets Groups Projects
Commit 429b1e4d authored by Muharem Ismailov's avatar Muharem Ismailov Committed by GitHub
Browse files

descend first (#7327)

parent 5bbb87c4
Branches
No related merge requests found
......@@ -106,13 +106,13 @@ impl<
let query_id = Querier::new_query(asset_location, Timeout::get(), Interior::get());
let message = Xcm(vec![
DescendOrigin(Interior::get()),
UnpaidExecution { weight_limit: Unlimited, check_origin: None },
SetAppendix(Xcm(vec![ReportError(QueryResponseInfo {
destination,
query_id,
max_weight: Weight::zero(),
})])),
DescendOrigin(Interior::get()),
TransferAsset {
beneficiary,
assets: vec![MultiAsset { id: asset_id, fun: Fungibility::Fungible(amount) }]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment