mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 15:04:22 +00:00
Revert "consensus: p2p refactor (#5969)"
This reverts commit 16bbe8c862.
This commit is contained in:
@@ -68,8 +68,8 @@ const (
|
||||
chunkMsgSize = int(16e6)
|
||||
)
|
||||
|
||||
// Reactor handles state sync, both restoring snapshots for the local node and
|
||||
// serving snapshots for other nodes.
|
||||
// Reactor handles state sync, both restoring snapshots for the local node and serving snapshots
|
||||
// for other nodes.
|
||||
type Reactor struct {
|
||||
service.BaseService
|
||||
|
||||
|
||||
Reference in New Issue
Block a user