moved logger from paramfetch.go (no longer in lotus) to genesis.go

This commit is contained in:
laser 2019-12-20 10:49:11 -08:00
parent 7873213b11
commit abf6acc211

View File

@ -5,6 +5,7 @@ import (
logging "github.com/ipfs/go-log"
)
// moved from now-defunct build/paramfetch.go
var log = logging.Logger("build")
func MaybeGenesis() []byte {