Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/unweighted-process-msg' into…
Browse files Browse the repository at this point in the history
… bench/foreign-investments
  • Loading branch information
wischli committed Sep 25, 2023
2 parents 239fa89 + d1b80a5 commit 0d1c6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/liquidity-pools-gateway/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ pub mod pallet {
}

/// Process an incoming message.
#[pallet::weight(0)]
#[pallet::weight(T::WeightInfo::process_msg())]
#[pallet::call_index(5)]
pub fn process_msg(
origin: OriginFor<T>,
Expand Down

0 comments on commit 0d1c6f3

Please sign in to comment.