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
client: wsc.String()
pull/456/head
Ethan Buchman
9 years ago
parent
fbc5ac8052
commit
45f57198cc
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
client/ws_client.go
+ 4
- 0
client/ws_client.go
View File
@ -37,6 +37,10 @@ func NewWSClient(addr string) *WSClient {
return
wsClient
}
func
(
wsc
*
WSClient
)
String
(
)
string
{
return
wsc
.
Address
}
func
(
wsc
*
WSClient
)
OnStart
(
)
error
{
wsc
.
QuitService
.
OnStart
(
)
err
:=
wsc
.
dial
(
)
Write
Preview
Loading…
Cancel
Save