Merge pull request #2716 from laanwj/2013_05_30_getwork

Move pMiningKey init out of StartRPCThreads
This commit is contained in:
Jeff Garzik
2013-05-30 09:15:16 -07:00
4 changed files with 21 additions and 10 deletions

View File

@@ -129,7 +129,9 @@ public:
};
extern const CRPCTable tableRPC;
extern CReserveKey* pMiningKey;
extern void InitRPCMining();
extern void ShutdownRPCMining();
extern int64 nWalletUnlockTime;
extern int64 AmountFromValue(const json_spirit::Value& value);