mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-14 13:51:21 +00:00
fix typo
This commit is contained in:
@ -111,7 +111,7 @@ func (wal *baseWAL) OnStop() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Write is called in newStep and for each receive on the
|
// Write is called in newStep and for each receive on the
|
||||||
// peerMsgQueue and the timoutTicker.
|
// peerMsgQueue and the timeoutTicker.
|
||||||
// NOTE: does not call fsync()
|
// NOTE: does not call fsync()
|
||||||
func (wal *baseWAL) Write(msg WALMessage) {
|
func (wal *baseWAL) Write(msg WALMessage) {
|
||||||
if wal == nil {
|
if wal == nil {
|
||||||
|
Reference in New Issue
Block a user