mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-25 10:10:30 +00:00
The test was sometimes failing due to processFlushTicks being called too early. The solution is to call wal#Start later in the test.
See the consensus spec and the reactor consensus spec for more information.