Skip to content

Commit

Permalink
fix: ⚡ staging config replace days with minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio-bovo committed Apr 4, 2024
1 parent f3a9a2b commit 8b3f6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/proposals_configuration/staging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ pub(crate) fn update_token_pallet_token_governance_parameters(
// Proposal parameters for the 'Set Era Payout Damping Factor' proposal
pub(crate) fn set_era_payout_damping_factor() -> ProposalParameters<BlockNumber, Balance> {
ProposalParameters {
voting_period: days!(3),
voting_period: minutes!(20),
grace_period: 0,
approval_quorum_percentage: TWO_OUT_OF_THREE,
approval_threshold_percentage: TWO_OUT_OF_THREE,
Expand Down

0 comments on commit 8b3f6a9

Please sign in to comment.