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
Start TMSPClient automatically
pull/1780/head
Jae Kwon
9 years ago
parent
53a8a40785
commit
e2426d2944
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
client/golang/client.go
+ 1
- 0
client/golang/client.go
View File
@ -48,6 +48,7 @@ func NewTMSPClient(conn net.Conn, bufferSize int) *TMSPClient {
resCb
:
nil
,
}
cli
.
QuitService
=
*
NewQuitService
(
nil
,
"TMSPClient"
,
cli
)
cli
.
Start
(
)
// Just start it, it's confusing for callers to remember to start.
return
cli
}
Write
Preview
Loading…
Cancel
Save