Wallet::SetMinVersion - Log the new minversion

This commit is contained in:
Ali Sherief 2022-08-21 20:54:14 +00:00
parent ba2edcae73
commit 835bd27e9a

View file

@ -542,6 +542,7 @@ void CWallet::SetMinVersion(enum WalletFeature nVersion, WalletBatch* batch_in)
LOCK(cs_wallet);
if (nWalletVersion >= nVersion)
return;
WalletLogPrintf("Setting minversion to %d\n", nVersion);
nWalletVersion = nVersion;
{