Skip to content

Commit 835bd27

Browse files
committed
Wallet::SetMinVersion - Log the new minversion
1 parent ba2edca commit 835bd27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wallet/wallet.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ void CWallet::SetMinVersion(enum WalletFeature nVersion, WalletBatch* batch_in)
542542
LOCK(cs_wallet);
543543
if (nWalletVersion >= nVersion)
544544
return;
545+
WalletLogPrintf("Setting minversion to %d\n", nVersion);
545546
nWalletVersion = nVersion;
546547

547548
{

0 commit comments

Comments
 (0)