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 d99963c commit 6914783Copy full SHA for 6914783
rolling-shutter/keyper/epochkghandler/sendkeyshare.go
@@ -122,7 +122,7 @@ func (ksh *KeyShareHandler) ConstructDecryptionKeyShares(
122
})
123
}
124
125
- keyperSetIndexUint, err := medley.Int64ToUint64Safe(eon.Eon)
+ keyperSetIndexUint, err := medley.Int64ToUint64Safe(eon.KeyperConfigIndex)
126
if err != nil {
127
return nil, err
128
0 commit comments