Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2020-04-15 16:37:03 +02:00
parent c2db85b99b
commit 56eaf143db

View File

@ -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)
} }