We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb10756 commit 6a67dc7Copy full SHA for 6a67dc7
dash/src/sml/llmq_type/mod.rs
@@ -78,7 +78,7 @@ pub const DKG_400_85: DKGParams = DKGParams {
78
bad_votes_threshold: 300,
79
};
80
pub const DKG_100_67: DKGParams = DKGParams {
81
- interval: 2,
+ interval: 24,
82
phase_blocks: 2,
83
mining_window_start: 10,
84
mining_window_end: 18,
0 commit comments