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");
991
991
fTrimHeaders = true;
992
992
// This calculation is driven by GetValidFedpegScripts in pegins.cpp, which walks the chain
// Our notion of what blocks a peer has available is based on its pindexBestKnownBlock,
2026
-
// which is based on headers recieved from it. If we don't have one, or it's too old,
2026
+
// which is based on headers received from it. If we don't have one, or it's too old,
2027
2027
// then we can never get blocks from this peer until we accept headers from it first.
2028
2028
LogPrint(BCLog::NET, "NOT discarding headers from peer=%d, to update its block availability. (current best header %d, active chain height %d)\n", pfrom.GetId(), pindexBestHeader->nHeight, m_chainman.ActiveHeight());
0 commit comments