From 22229de7288fed6369bc70b2af674906e6777ce4 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Fri, 25 Jul 2025 13:48:42 +0200 Subject: [PATCH] doc: Fix typo in init log --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.cpp b/src/init.cpp index d1c6a5cad0e..da1b927dd94 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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");