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

@@ -134,7 +134,7 @@ protected:
static const int lftNormalFee = 256; // 256 is the minimum/normal load factor
static const int lftFeeIncFraction = 16; // increase fee by 1/16
static const int lftFeeDecFraction = 16; // decrease fee by 1/16
static const int lftFeeDecFraction = 4; // decrease fee by 1/4
static const int lftFeeMax = lftNormalFee * 1000000;
uint32 mLocalTxnLoadFee; // Scale factor, lftNormalFee = normal fee