Skip to content

Commit

Permalink
whitelist one constant weight
Browse files Browse the repository at this point in the history
  • Loading branch information
OverOrion committed May 26, 2023
1 parent ca889b4 commit fc03e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcm-transactor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub mod pallet {
/// * buy_execution_weight: 5_000_000_000
///
#[pallet::call_index(0)]
#[pallet::weight(46_200_000)] // Arbitrary weight.
#[pallet::weight({46_200_000})] // Arbitrary weight.
pub fn send_swap_ump(
origin: OriginFor<T>,
self_id: ParaId,
Expand Down

0 comments on commit fc03e5b

Please sign in to comment.