This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
grpc fix
pull/1780/head
Ethan Buchman
8 years ago
parent
706d443617
commit
3329868a1d
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
client/grpc_client.go
+ 1
- 2
client/grpc_client.go
View File
@ -1,7 +1,6 @@
package
tmspcli
import
(
"errors"
"net"
"sync"
"time"
@ -245,7 +244,7 @@ func (cli *grpcClient) checkErrGetResult() types.Result {
cli
.
StopForError
(
cli
.
err
)
return
types
.
ErrInternalError
.
SetLog
(
cli
.
err
.
Error
(
)
)
}
return
nil
return
types
.
Result
{
}
}
func
(
cli
*
grpcClient
)
checkGetErr
(
)
error
{
Write
Preview
Loading…
Cancel
Save