]> Git Repo - VerusCoin.git/blobdiff - src/wallet/wallet.h
Changes after review
[VerusCoin.git] / src / wallet / wallet.h
index 7fa88ab1d574a5ec552bdc8e32530d360f441257..b1c816fac8abc4bc0eb56acd4fe8b2ab9b62607e 100644 (file)
@@ -55,7 +55,8 @@ static const CAmount nHighTransactionMaxFeeWarning = 100 * nHighTransactionFeeWa
 //! Largest (in bytes) free transaction we're willing to create
 static const unsigned int MAX_FREE_TRANSACTION_CREATE_SIZE = 1000;
 //! Size of witness cache
-//  Should be large enough that we can expect to never reorg beyond our cache.
+//  Should be large enough that we can expect not to reorg beyond our cache
+//  unless there is some exceptional network disruption.
 static const unsigned int WITNESS_CACHE_SIZE = COINBASE_MATURITY;
 
 class CAccountingEntry;
This page took 0.020875 seconds and 4 git commands to generate.