mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 12:11:58 +00:00
Reactors can be stopped or started at any time.
This commit is contained in:
@@ -149,7 +149,7 @@ func (bp *BlockPool) RedoRequest(height uint) {
|
||||
if request.block == nil {
|
||||
panic("Expected block to be non-nil")
|
||||
}
|
||||
bp.removePeer(request.peerId)
|
||||
bp.RemovePeer(request.peerId) // Lock on peersMtx.
|
||||
request.block = nil
|
||||
request.peerId = ""
|
||||
bp.numPending++
|
||||
|
Reference in New Issue
Block a user