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

This commit is contained in:
laser
2020-01-07 07:48:44 -08:00
parent 7873213b11
commit abf6acc211
+1
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 {