From 835bd27e9a0dd627f266e3dc0a7422d8d0612eff Mon Sep 17 00:00:00 2001 From: Ali Sherief Date: Sun, 21 Aug 2022 20:54:14 +0000 Subject: Wallet::SetMinVersion - Log the new minversion --- src/wallet/wallet.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wallet/wallet.cpp') diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 3d989d90f8..69a151d5c8 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -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; { -- cgit v1.2.3