fix lint
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
c2db85b99b
commit
56eaf143db
@ -30,7 +30,7 @@ var drandPubKey *dkey.DistPublic
|
|||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
drandPubKey = new(dkey.DistPublic)
|
drandPubKey = new(dkey.DistPublic)
|
||||||
err := drandPubKey.FromTOML(&dkey.DistPublicTOML{build.DrandCoeffs})
|
err := drandPubKey.FromTOML(&dkey.DistPublicTOML{Coefficients: build.DrandCoeffs})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user