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
fix typo
pull/418/head
Ethan Frey
8 years ago
parent
4fead237f0
commit
d56cb2ab4b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
rpc/client/helpers.go
+ 1
- 1
rpc/client/helpers.go
View File
@ -63,7 +63,7 @@ func WaitForOneEvent(evsw types.EventSwitch,
evts
,
quit
:=
make
(
chan
events
.
EventData
,
10
)
,
make
(
chan
bool
,
1
)
// start timeout count-down
go
func
(
)
{
time
.
Sleep
(
1
*
time
.
Second
)
time
.
Sleep
(
timeout
)
quit
<-
true
}
(
)
Write
Preview
Loading…
Cancel
Save