mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 18:51:39 +00:00
fix typo
This commit is contained in:
@ -63,7 +63,7 @@ func WaitForOneEvent(evsw types.EventSwitch,
|
|||||||
evts, quit := make(chan events.EventData, 10), make(chan bool, 1)
|
evts, quit := make(chan events.EventData, 10), make(chan bool, 1)
|
||||||
// start timeout count-down
|
// start timeout count-down
|
||||||
go func() {
|
go func() {
|
||||||
time.Sleep(1 * time.Second)
|
time.Sleep(timeout)
|
||||||
quit <- true
|
quit <- true
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user