After @jgarzik moved the GenerateBitcoins() call from net to init and @gavinandresen shutdown changes were merged, does this call still belong there?
https://github.com/bitcoin/bitcoin/blob/master/src/net.cpp#L1821
After @jgarzik moved the GenerateBitcoins() call from net to init and @gavinandresen shutdown changes were merged, does this call still belong there?
https://github.com/bitcoin/bitcoin/blob/master/src/net.cpp#L1821
Not relevant anymore, as code was moved to Shutdown() in init.cpp.