You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogPrintf("Configured for header-trimming mode. This will reduce memory usage substantially, but we will be unable to serve as a full P2P peer, and certain header fields may be missing from JSON RPC output.\n");
990
+
LogPrintf("Configured for header-trimming mode. This will reduce memory usage substantially, but will increase IO usage when the headers need to be temporarily untrimmed.\n");
991
991
fTrimHeaders = true;
992
992
// This calculation is driven by GetValidFedpegScripts in pegins.cpp, which walks the chain
993
993
// back to current epoch start, and then an additional total_valid_epochs on top of that.
0 commit comments