mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Fix issue where CDataStream->nVersion was taken a CKeyPool record version
This commit is contained in:
@@ -3933,6 +3933,7 @@ bool CWallet::BackupWallet(const std::string& strDest)
|
||||
CKeyPool::CKeyPool()
|
||||
{
|
||||
nTime = GetTime();
|
||||
fInternal = false;
|
||||
}
|
||||
|
||||
CKeyPool::CKeyPool(const CPubKey& vchPubKeyIn, bool internalIn)
|
||||
|
||||
Reference in New Issue
Block a user