This commit is contained in:
Keith Yeung
2022-03-10 21:21:34 -08:00
parent 3fb3bb9b25
commit 005d37a1d4
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ pub mod pallet {
Ok(0)
},
Ok(Ok(x)) => {
let outcome = T::XcmExecutor::execute_xcm(Parent, x, limit);
let outcome = T::XcmExecutor::execute_xcm(Parent, x, id, limit);
match outcome {
Outcome::Error(XcmError::WeightLimitReached(required)) =>
Err((id, required)),