rename blockchain to blocksync in certain areas (#9512)

This commit is contained in:
Callum Waters
2022-10-06 10:44:12 +02:00
committed by GitHub
parent c0bdb2423a
commit 8d26460f9d
6 changed files with 22 additions and 22 deletions

View File

@@ -30,7 +30,7 @@ const (
)
type consensusReactor interface {
// for when we switch from blockchain reactor and block sync to
// for when we switch from blocksync reactor and block sync to
// the consensus machine
SwitchToConsensus(state sm.State, skipWAL bool)
}