mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01:00
Wallet::SetMinVersion - Log the new minversion
This commit is contained in:
parent
ba2edcae73
commit
835bd27e9a
1 changed files with 1 additions and 0 deletions
|
@ -542,6 +542,7 @@ void CWallet::SetMinVersion(enum WalletFeature nVersion, WalletBatch* batch_in)
|
||||||
LOCK(cs_wallet);
|
LOCK(cs_wallet);
|
||||||
if (nWalletVersion >= nVersion)
|
if (nWalletVersion >= nVersion)
|
||||||
return;
|
return;
|
||||||
|
WalletLogPrintf("Setting minversion to %d\n", nVersion);
|
||||||
nWalletVersion = nVersion;
|
nWalletVersion = nVersion;
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue