Clean up mining CReserveKey to prevent crash at shutdown
Fixes issue#2687
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include <map>
|
||||
|
||||
class CBlockIndex;
|
||||
class CReserveKey;
|
||||
|
||||
#include "json/json_spirit_reader_template.h"
|
||||
#include "json/json_spirit_writer_template.h"
|
||||
@@ -122,6 +123,7 @@ public:
|
||||
};
|
||||
|
||||
extern const CRPCTable tableRPC;
|
||||
extern CReserveKey* pMiningKey;
|
||||
|
||||
extern int64 nWalletUnlockTime;
|
||||
extern int64 AmountFromValue(const json_spirit::Value& value);
|
||||
|
||||
Reference in New Issue
Block a user