mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
minor comments/changes
This commit is contained in:
@ -28,7 +28,7 @@ const (
|
||||
statusUpdateIntervalSeconds = 10
|
||||
// check if we should switch to consensus reactor
|
||||
switchToConsensusIntervalSeconds = 1
|
||||
maxBlockchainResponseSize = types.MaxBlockSize + 2
|
||||
maxBlockchainResponseSize = types.MaxBlockSize + 2 // TODO
|
||||
)
|
||||
|
||||
type consensusReactor interface {
|
||||
|
Reference in New Issue
Block a user