We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8e3ec commit cdb14d6Copy full SHA for cdb14d6
1 file changed
substrate/frame/vaults/src/lib.rs
@@ -1564,7 +1564,7 @@ pub mod pallet {
1564
///
1565
/// - [`Event::BadDebtRepaid`]: Emitted with the amount of bad debt healed.
1566
#[pallet::call_index(11)]
1567
- #[pallet::weight(T::WeightInfo::heal())]
+ #[pallet::weight((T::WeightInfo::heal(), Pays::No))]
1568
pub fn heal(origin: OriginFor<T>, amount: BalanceOf<T>) -> DispatchResult {
1569
ensure_signed(origin)?;
1570
0 commit comments