add interface assertions for all clients

This commit is contained in:
Anton Kaliaev
2017-11-21 17:50:06 -06:00
parent e6fdc98aeb
commit f6a79dd7c5
3 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,8 @@ import (
cmn "github.com/tendermint/tmlibs/common"
)
var _ Client = (*grpcClient)(nil)
// A stripped copy of the remoteClient that makes
// synchronous calls using grpc
type grpcClient struct {