tendermint/mempool
Emmanuel Odeke 3595b5931a
mempool: implement Mempool.CloseWAL
Fixes https://github.com/tendermint/tendermint/issues/890

Add a CloseWAL method to Mempool to close the underlying WAL file
and then discard it so that further writes to it will have no effect.
2017-11-27 21:37:25 -07:00
..
mempool.go mempool: implement Mempool.CloseWAL 2017-11-27 21:37:25 -07:00
mempool_test.go mempool: implement Mempool.CloseWAL 2017-11-27 21:37:25 -07:00
reactor.go linting: apply 'gofmt -s -w' throughout 2017-11-27 22:39:11 +00:00
reactor_test.go some more robust sleeps 2017-11-14 22:31:23 +00:00