You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It throws an error undefined: ethdb.NewMemDatabase and doesn't generate the hive binary.
github.com/ethereum/hive (download)
created GOPATH=/home/adil/go; see 'go help gopath'
github.com/ethereum/go-ethereum (download)
github.com/ethereum/hive/chaintools
#github.com/ethereum/hive/chaintools
go/src/github.com/ethereum/hive/chaintools/chaintools.go:160:8: undefined: ethdb.NewMemDatabase
The text was updated successfully, but these errors were encountered:
cc @FrankSzendzielarz
While installing the latest hive with
go get -v github.com/ethereum/hive
It throws an error
undefined: ethdb.NewMemDatabase
and doesn't generate the hive binary.github.com/ethereum/hive (download)
created GOPATH=/home/adil/go; see 'go help gopath'
github.com/ethereum/go-ethereum (download)
github.com/ethereum/hive/chaintools
#github.com/ethereum/hive/chaintools
go/src/github.com/ethereum/hive/chaintools/chaintools.go:160:8: undefined: ethdb.NewMemDatabase
The text was updated successfully, but these errors were encountered: