diff options
| author | Eric Lombrozo <[email protected]> | 2013-01-07 07:35:31 -0800 |
|---|---|---|
| committer | Eric Lombrozo <[email protected]> | 2013-06-05 20:36:10 -0700 |
| commit | 4751d07efdc3924a005bbe61b358d320f0c710af (patch) | |
| tree | 5ae13ae92659ee7937fcccfb24f71d3865ee66cc /src/net.cpp | |
| parent | Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockL... (diff) | |
| download | discoin-4751d07efdc3924a005bbe61b358d320f0c710af.tar.xz discoin-4751d07efdc3924a005bbe61b358d320f0c710af.zip | |
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 8929919f0..7a1fcc503 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) |