lotus/build/parameters.go

8 lines
163 B
Go
Raw Normal View History

package build
import rice "github.com/GeertJohan/go.rice"
func ParametersJSON() []byte {
2020-01-30 22:50:24 +00:00
return rice.MustFindBox("proof-params").MustBytes("parameters.json")
}