Skip to content

Commit

Permalink
Add doc comment for set_era_validations call
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Nov 21, 2024
1 parent dc1c3a9 commit 95c6f7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pallets/ddc-verification/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3981,6 +3981,10 @@ pub mod pallet {
Ok(())
}

/// Set PayoutSkipped state of a given era if it is not validated yet. Otherwise does
/// nothing.
///
/// Emits `EraValidationReady`.
#[pallet::call_index(11)]
#[pallet::weight(<T as pallet::Config>::WeightInfo::set_era_validations())]
pub fn set_era_validations(
Expand Down

0 comments on commit 95c6f7a

Please sign in to comment.