mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 10:11:48 +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)
|
||||
// start timeout count-down
|
||||
go func() {
|
||||
time.Sleep(1 * time.Second)
|
||||
time.Sleep(timeout)
|
||||
quit <- true
|
||||
}()
|
||||
|
||||
|
Reference in New Issue
Block a user