cosmos / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Apache License 2.0
6.24k stars 3.61k forks source link

not enough arguments in call to eyes.NewClient #1

Closed davehaughton1 closed 7 years ago

davehaughton1 commented 8 years ago

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

ethanfrey commented 7 years ago

Seems to have been fixed in the meantime by someone else...

Time to close this issue?

davehaughton1 commented 7 years ago

Yep, thanks