mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +00:00
Use tmsp.Client interface
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
// the application in general is not meant to be interfaced
|
||||
// with concurrent callers.
|
||||
type remoteAppConn struct {
|
||||
*tmspcli.Client
|
||||
tmspcli.Client
|
||||
}
|
||||
|
||||
func NewRemoteAppConn(addr string) (*remoteAppConn, error) {
|
||||
|
Reference in New Issue
Block a user