moved logger from paramfetch.go (no longer in lotus) to genesis.go
This commit is contained in:
parent
7873213b11
commit
abf6acc211
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user