Skip to content

Commit

Permalink
change max_deciding of the FellowshipAdmin track to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomen authored Oct 3, 2024
1 parent b483d37 commit 9c9e294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/polkadot/src/governance/tracks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo<Balance, BlockNumber>); 16
13,
pallet_referenda::TrackInfo {
name: "fellowship_admin",
max_deciding: 10,
max_deciding: 30,
decision_deposit: 5 * GRAND,
prepare_period: 2 * HOURS,
decision_period: 28 * DAYS,
Expand Down

0 comments on commit 9c9e294

Please sign in to comment.