mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-19 08:01:22 +00:00
base grpc support
This commit is contained in:
@ -25,7 +25,7 @@ type Server struct {
|
||||
app types.Application
|
||||
}
|
||||
|
||||
func NewServer(protoAddr string, app types.Application) (*Server, error) {
|
||||
func NewServer(protoAddr string, app types.Application) (Service, error) {
|
||||
parts := strings.SplitN(protoAddr, "://", 2)
|
||||
proto, addr := parts[0], parts[1]
|
||||
s := &Server{
|
||||
|
Reference in New Issue
Block a user