mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-21 15:32:26 +00:00
46d94f8325
Fixes https://github.com/tendermint/abci/issues/114. Fix and test for StopForError deadlock due to accidental Mutex misuse. The test should return instantenously if StopForError works without erraneous contention, lest it regressed.