mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
fix consensus tests
This commit is contained in:
@@ -113,7 +113,6 @@ func (wal *baseWAL) OnStop() {
|
||||
|
||||
// called in newStep and for each pass in receiveRoutine
|
||||
func (wal *baseWAL) Save(msg WALMessage) {
|
||||
fmt.Println("!!", 1)
|
||||
if wal == nil {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user