]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Sat, 29 Oct 2016 18:17:51 +0000 (15:17 -0300)
committerjl777 <[email protected]>
Sat, 29 Oct 2016 18:17:51 +0000 (15:17 -0300)
src/wallet/wallet.cpp

index 41eb352abf48f2607c9df8ec3bf837ccdd6718b4..df9b8ee43513a02f71ec83f0a76f832ca79b6bd3 100644 (file)
@@ -771,6 +771,11 @@ void CWallet::DecrementNoteWitnesses()
         }
         // TODO: If nWitnessCache is zero, we need to regenerate the caches (#1302)
         assert(nWitnessCacheSize > 0);
+        if ( nWitnessCacheSize <= 0 )
+        {
+            extern char ASSETCHAINS_SYMBOL[16];
+            fprintf(stderr,"%s nWitnessCacheSize.%d\n",ASSETCHAINS_SYMBOL,(int32_t)nWitnessCacheSize);
+        }
         if (fFileBacked) {
             CWalletDB walletdb(strWalletFile);
             WriteWitnessCache(walletdb);
This page took 0.030071 seconds and 4 git commands to generate.