Add minversion to wallet.
This commit is contained in:
@@ -958,8 +958,9 @@ bool CWallet::LoadWallet(bool& fFirstRunRet)
|
||||
if (!fFileBacked)
|
||||
return false;
|
||||
fFirstRunRet = false;
|
||||
if (!CWalletDB(strWalletFile,"cr+").LoadWallet(this))
|
||||
return false;
|
||||
int nLoadWalletRet = CWalletDB(strWalletFile,"cr+").LoadWallet(this);
|
||||
if (nLoadWalletRet != DB_LOAD_OK)
|
||||
return nLoadWalletRet;
|
||||
fFirstRunRet = vchDefaultKey.empty();
|
||||
|
||||
if (!mapKeys.count(vchDefaultKey))
|
||||
|
||||
Reference in New Issue
Block a user