We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6dca4 commit fafb787Copy full SHA for fafb787
src/init.cpp
@@ -839,7 +839,7 @@ std::set<BlockFilterType> g_enabled_filter_types;
839
{
840
// Rather than throwing std::bad-alloc if allocation fails, terminate
841
// immediately to (try to) avoid chain corruption.
842
- // Since LogPrintf may itself allocate memory, set the handler directly
+ // Since logging may itself allocate memory, set the handler directly
843
// to terminate first.
844
std::set_new_handler(std::terminate);
845
LogError("Out of memory. Terminating.\n");
0 commit comments