Skip to content

Commit

Permalink
feat(xcm-builder): allow PayFees in AllowTopLevelPaidExecutionFrom ba…
Browse files Browse the repository at this point in the history
…rrier
  • Loading branch information
franciscoaguirre committed Aug 26, 2024
1 parent 738a8c1 commit 995cc09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polkadot/xcm/xcm-builder/src/barriers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ impl<T: Contains<Location>> ShouldExecute for AllowTopLevelPaidExecutionFrom<T>
*weight_limit = Limited(max_weight);
Ok(())
},
PayFees { .. } => Ok(()),
_ => Err(ProcessMessageError::Overweight(max_weight)),
})?;
Ok(())
Expand Down

0 comments on commit 995cc09

Please sign in to comment.