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
{{ message }}
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.
after running command "go build" under cmd/hcd folder
../../node.go:409:27: not enough arguments in call to peerstore.NewPeerstore have () want (peerstore.KeyBook, peerstore.AddrBook, peerstore.PeerMetadata) ../../node.go:439:15: undefined: swarm.NewNetwork
These two libraries updated their API a fews days ago. github.com/libp2p/go-libp2p-peerstore github.com/libp2p/go-libp2p-swarm
The text was updated successfully, but these errors were encountered:
after running command "go build" under cmd/hcd folder
../../node.go:409:27: not enough arguments in call to peerstore.NewPeerstore have () want (peerstore.KeyBook, peerstore.AddrBook, peerstore.PeerMetadata) ../../node.go:439:15: undefined: swarm.NewNetwork
These two libraries updated their API a fews days ago.
github.com/libp2p/go-libp2p-peerstore
github.com/libp2p/go-libp2p-swarm
The text was updated successfully, but these errors were encountered: