From 4fd5fdf3e9cef145d4ebc54b53f713f91ac89e94 Mon Sep 17 00:00:00 2001 From: Roznovjak Date: Mon, 3 Jul 2023 14:18:29 +0200 Subject: [PATCH] add comment --- runtime/hydradx/src/xcm.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/hydradx/src/xcm.rs b/runtime/hydradx/src/xcm.rs index 52c76ef55..01d90d33d 100644 --- a/runtime/hydradx/src/xcm.rs +++ b/runtime/hydradx/src/xcm.rs @@ -36,6 +36,7 @@ pub type Barrier = ( TakeWeightCredit, // Expected responses are OK. AllowKnownQueryResponses, + // Evaluate the barriers with the effective origin WithComputedOrigin< ( AllowTopLevelPaidExecutionFrom,