Skip to content

Commit ed9e5f3

Browse files
Merge pull request #89 from dashpay/fix-interval
fix: incorrect interval for LLMQ_100_67
2 parents b2006a2 + 6a67dc7 commit ed9e5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/src/sml/llmq_type/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub const DKG_400_85: DKGParams = DKGParams {
7878
bad_votes_threshold: 300,
7979
};
8080
pub const DKG_100_67: DKGParams = DKGParams {
81-
interval: 2,
81+
interval: 24,
8282
phase_blocks: 2,
8383
mining_window_start: 10,
8484
mining_window_end: 18,

0 commit comments

Comments
 (0)