mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 11:11:41 +00:00
grpc fix
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
package tmspcli
|
package tmspcli
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
|
||||||
"net"
|
"net"
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
@ -245,7 +244,7 @@ func (cli *grpcClient) checkErrGetResult() types.Result {
|
|||||||
cli.StopForError(cli.err)
|
cli.StopForError(cli.err)
|
||||||
return types.ErrInternalError.SetLog(cli.err.Error())
|
return types.ErrInternalError.SetLog(cli.err.Error())
|
||||||
}
|
}
|
||||||
return nil
|
return types.Result{}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (cli *grpcClient) checkGetErr() error {
|
func (cli *grpcClient) checkGetErr() error {
|
||||||
|
Reference in New Issue
Block a user