Skip to content

Commit

Permalink
chore: lower dao motionduration to 2 hours #333
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVerstraete committed Jun 14, 2022
1 parent 80ab9d1 commit a36d281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate-node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ impl pallet_scheduler::Config for Runtime {
}

parameter_types! {
pub const CouncilMotionDuration: BlockNumber = 7 * DAYS;
pub const CouncilMotionDuration: BlockNumber = 2 * HOURS;
pub const CouncilMaxProposals: u32 = 100;
pub const CouncilMaxMembers: u32 = 100;
}
Expand Down

0 comments on commit a36d281

Please sign in to comment.