diff options
author | Eric Lombrozo <elombrozo@gmail.com> | 2013-01-07 07:35:31 -0800 |
---|---|---|
committer | Eric Lombrozo <elombrozo@gmail.com> | 2013-06-05 20:36:10 -0700 |
commit | 4751d07efdc3924a005bbe61b358d320f0c710af (patch) | |
tree | 5ae13ae92659ee7937fcccfb24f71d3865ee66cc /src/net.cpp | |
parent | 8926263dde10bed3f42e21e5f106365f1192e6c0 (diff) |
Moved unrelated-to-network calls in StartNode and StopNode into init.cpp
Diffstat (limited to 'src/net.cpp')
-rw-r--r-- | src/net.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp index 8929919f03..7a1fcc5033 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1850,7 +1850,6 @@ void StartNode(boost::thread_group& threadGroup) bool StopNode() { printf("StopNode()\n"); - GenerateBitcoins(false, NULL); MapPort(false); nTransactionsUpdated++; if (semOutbound) |