mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
Change default fee vote to 50/12.5
This commit is contained in:
@@ -26,8 +26,6 @@ Application* theApp = NULL;
|
|||||||
|
|
||||||
int DatabaseCon::sCount = 0;
|
int DatabaseCon::sCount = 0;
|
||||||
|
|
||||||
// #define RESERVE_BASE_100
|
|
||||||
|
|
||||||
DatabaseCon::DatabaseCon(const std::string& strName, const char *initStrings[], int initCount)
|
DatabaseCon::DatabaseCon(const std::string& strName, const char *initStrings[], int initCount)
|
||||||
{
|
{
|
||||||
++sCount;
|
++sCount;
|
||||||
@@ -53,11 +51,7 @@ Application::Application() :
|
|||||||
mTempNodeCache("NodeCache", 16384, 90), mHashedObjectStore(16384, 300), mSLECache("LedgerEntryCache", 4096, 120),
|
mTempNodeCache("NodeCache", 16384, 90), mHashedObjectStore(16384, 300), mSLECache("LedgerEntryCache", 4096, 120),
|
||||||
mSNTPClient(mAuxService), mJobQueue(mIOService), mFeeTrack(),
|
mSNTPClient(mAuxService), mJobQueue(mIOService), mFeeTrack(),
|
||||||
|
|
||||||
#ifdef RESERVE_BASE_100
|
mFeeVote(10, 50 * SYSTEM_CURRENCY_PARTS, 12.5 * SYSTEM_CURRENCY_PARTS),
|
||||||
mFeeVote(10, 100 * SYSTEM_CURRENCY_PARTS, 25 * SYSTEM_CURRENCY_PARTS),
|
|
||||||
#else
|
|
||||||
mFeeVote(10, 200 * SYSTEM_CURRENCY_PARTS, 50 * SYSTEM_CURRENCY_PARTS),
|
|
||||||
#endif
|
|
||||||
|
|
||||||
mRpcDB(NULL), mTxnDB(NULL), mLedgerDB(NULL), mWalletDB(NULL),
|
mRpcDB(NULL), mTxnDB(NULL), mLedgerDB(NULL), mWalletDB(NULL),
|
||||||
mHashNodeDB(NULL), mNetNodeDB(NULL), mPathFindDB(NULL),
|
mHashNodeDB(NULL), mNetNodeDB(NULL), mPathFindDB(NULL),
|
||||||
|
|||||||
Reference in New Issue
Block a user