diff options
Diffstat (limited to 'db.h')
-rw-r--r-- | db.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -432,6 +432,7 @@ protected: friend class CReserveKey; public: vector<unsigned char> GetKeyFromKeyPool(); + int64 GetOldestKeyPoolTime(); }; bool LoadWallet(bool& fFirstRunRet); |