Skip to content

Commit

Permalink
recover MinimumPeriod from 1 to SLOT_DURATION / 2 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
atenjin authored Dec 3, 2020
1 parent 19ac312 commit 62fd241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/europa/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ impl frame_system::Trait for Runtime {
}

parameter_types! {
pub const MinimumPeriod: u64 = 1;
pub const MinimumPeriod: u64 = SLOT_DURATION / 2;
}

impl pallet_timestamp::Trait for Runtime {
Expand Down

0 comments on commit 62fd241

Please sign in to comment.