Skip to content

Commit

Permalink
fix: use fixed weight for fn process_msg()
Browse files Browse the repository at this point in the history
  • Loading branch information
mustermeiszer committed Sep 22, 2023
1 parent 9a59fa3 commit 0b59a17
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 0b59a17

Please sign in to comment.