Browse Source

Fix compile issue

pull/252/head
Duke 1 year ago
parent
commit
da5ae526e7
  1. 1
      src/main.cpp

1
src/main.cpp

@ -2469,7 +2469,6 @@ void CheckForkWarningConditions()
if (!fLargeWorkForkFound && pindexBestForkBase)
{
std::string warning = std::string("'Warning: Large-work fork detected, forking after block ") + pindexBestForkBase->phashBlock->ToString() + std::string("'");
LogPrintf(warning);
LogPrintf("%s: %s\n", __func__, warning.c_str());
}
if (pindexBestForkTip && pindexBestForkBase)

Loading…
Cancel
Save