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 28a4058 commit 0cc6824Copy full SHA for 0cc6824
consensus/dbft/dbft.go
@@ -93,8 +93,8 @@ const (
93
// crossEpochDecryptionStartRound is the number of DKG round (as denoted in KeyManagement
94
// system contract) starting from which continuous cross-epoch Envelopes decryption is supported.
95
// First DKG round setups sharing key, second DKG round setups resharing key, hence resharing
96
- // key may be used for decryption starting from the third round.
97
- crossEpochDecryptionStartRound = 3
+ // key may be used for decryption starting from the second round.
+ crossEpochDecryptionStartRound = 2
98
)
99
100
// Various error messages to mark blocks invalid. These should be private to
0 commit comments