mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-21 14:41:30 +00:00
spacing nit
This commit is contained in:
@@ -622,6 +622,7 @@ func ensureNewUnlock(unlockCh <-chan tmpubsub.Message, height int64, round int32
|
||||
ensureNewEvent(unlockCh, height, round, ensureTimeout,
|
||||
"Timeout expired while waiting for NewUnlock event")
|
||||
}
|
||||
|
||||
func ensureLock(lockCh <-chan tmpubsub.Message, height int64, round int32) {
|
||||
ensureNewEvent(lockCh, height, round, ensureTimeout,
|
||||
"Timeout expired while waiting for LockValue event")
|
||||
|
||||
Reference in New Issue
Block a user