The new recommended fee schedule is:

* Transaction fee: 10 drops
* Base reserve: 20 XRP
* Incremental reserve: 5 XRP
This commit is contained in:
JoelKatz
2013-12-04 19:07:58 -08:00
parent 4751b6a65c
commit 9996e4a57e

View File

@@ -132,7 +132,7 @@ public:
, mFeatures (IFeatures::New (2 * 7 * 24 * 60 * 60, 200)) // two weeks, 200/256
, mFeeVote (IFeeVote::New (10, 50 * SYSTEM_CURRENCY_PARTS, 12.5 * SYSTEM_CURRENCY_PARTS))
, mFeeVote (IFeeVote::New (10, 20 * SYSTEM_CURRENCY_PARTS, 5 * SYSTEM_CURRENCY_PARTS))
, mFeeTrack (LoadFeeTrack::New (LogPartition::getJournal <LoadManagerLog> ()))