Merge pull request #2716 from laanwj/2013_05_30_getwork
Move pMiningKey init out of StartRPCThreads
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user