mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-19 08:01:22 +00:00
MakePartSet takes partSize from config. fix replay test
This commit is contained in:
@ -33,6 +33,7 @@ var _ = wire.RegisterInterface(
|
||||
// Can be used for crash-recovery and deterministic replay
|
||||
// TODO: currently the wal is overwritten during replay catchup
|
||||
// give it a mode so it's either reading or appending - must read to end to start appending again
|
||||
// TODO: #HEIGHT 1 is never printed ...
|
||||
type WAL struct {
|
||||
BaseService
|
||||
|
||||
|
Reference in New Issue
Block a user