Merge 2642dee136 into merged_master (Bitcoin PR bitcoin/bitcoin#15936)

This commit is contained in:
James Dorfman 2024-09-06 15:45:51 +00:00
commit 8667ac6db7
8 changed files with 123 additions and 17 deletions

View file

@ -329,7 +329,6 @@ void Shutdown(NodeContext& node)
LogPrintf("%s: Unable to remove PID file: %s\n", __func__, fsbridge::get_filesystem_error_message(e));
}
node.args = nullptr;
LogPrintf("%s: done\n", __func__);
}