mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-18 19:40:40 +01:00
Add SetMinVersion to CWallet
This commit is contained in:
@@ -940,6 +940,7 @@ int CWalletDB::LoadWallet(CWallet* pwallet)
|
||||
ssValue >> nMinVersion;
|
||||
if (nMinVersion > CLIENT_VERSION)
|
||||
return DB_TOO_NEW;
|
||||
pwallet->LoadMinVersion(nMinVersion);
|
||||
}
|
||||
else if (strType == "cscript")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user