Hi, when I try compile basecoin, I get these errors:
cmd/basecoin/main.go:23: not enough arguments in call to eyes.NewClient
cmd/basecoin/main.go:41: not enough arguments in call to server.NewServer
It can be fixed by adding in the transport parameter (socket | grpc) for those calls in main.go
Hi, when I try compile basecoin, I get these errors:
cmd/basecoin/main.go:23: not enough arguments in call to eyes.NewClientcmd/basecoin/main.go:41: not enough arguments in call to server.NewServerIt can be fixed by adding in the transport parameter (socket | grpc) for those calls in main.go