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

@@ -31,7 +31,7 @@ To replace the built-in p2p.Reactor, use the CustomReactors option:
dbProvider,
metricsProvider,
logger,
CustomReactors(map[string]p2p.Reactor{"BLOCKCHAIN": customBlockchainReactor}),
CustomReactors(map[string]p2p.Reactor{"BLOCKSYNC": customBlocksyncReactor}),
)
The list of existing reactors can be found in CustomReactors documentation.