Revert "consensus: p2p refactor (#5969)"

This reverts commit 16bbe8c862.
This commit is contained in:
Aleksandr Bezobchuk
2021-03-16 13:48:17 -04:00
parent efd2fde474
commit 2b60852e23
18 changed files with 3025 additions and 3790 deletions
+2 -2
View File
@@ -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