Drop fees faster.

This commit is contained in:
JoelKatz
2013-02-20 14:32:59 -08:00
parent 2de9ffe4dc
commit 644b9448f7
2 changed files with 2 additions and 2 deletions

View File

@@ -266,7 +266,7 @@ bool LoadFeeTrack::lowerLocalFee()
boost::mutex::scoped_lock sl(mLock);
uint32 origFee = mLocalTxnLoadFee;
mLocalTxnLoadFee -= (mLocalTxnLoadFee / lftFeeDecFraction ); // reduce by 1/16th
mLocalTxnLoadFee -= (mLocalTxnLoadFee / lftFeeDecFraction ); // reduce by 1/4
if (mLocalTxnLoadFee < lftNormalFee)
mLocalTxnLoadFee = lftNormalFee;