mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 15:19:07 +01:00
doc: Fix typo in init log
This commit is contained in:
@@ -1872,7 +1872,7 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
|
||||
} else {
|
||||
// Prior to setting NODE_NETWORK, check if we can provide historical blocks.
|
||||
if (!WITH_LOCK(chainman.GetMutex(), return chainman.BackgroundSyncInProgress())) {
|
||||
LogInfo("Setting NODE_NETWORK on non-prune mode");
|
||||
LogInfo("Setting NODE_NETWORK in non-prune mode");
|
||||
g_local_services = ServiceFlags(g_local_services | NODE_NETWORK);
|
||||
} else {
|
||||
LogInfo("Running node in NODE_NETWORK_LIMITED mode until snapshot background sync completes");
|
||||
|
||||
Reference in New Issue
Block a user