mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Moved unrelated-to-network calls in StartNode and StopNode into init.cpp
This commit is contained in:
@@ -1850,7 +1850,6 @@ void StartNode(boost::thread_group& threadGroup)
|
||||
bool StopNode()
|
||||
{
|
||||
printf("StopNode()\n");
|
||||
GenerateBitcoins(false, NULL);
|
||||
MapPort(false);
|
||||
nTransactionsUpdated++;
|
||||
if (semOutbound)
|
||||
|
||||
Reference in New Issue
Block a user