changed fee to 0.1D for govobj submission

This commit is contained in:
Evan Duffield 2016-05-23 11:16:46 -07:00
parent 2afa20b8d7
commit 18e9a33e2a

View File

@ -27,7 +27,7 @@ class CGovernanceObject;
class CGovernanceVote; class CGovernanceVote;
class CNode; class CNode;
static const CAmount GOVERNANCE_FEE_TX = (5*COIN); static const CAmount GOVERNANCE_FEE_TX = (0.1*COIN);
static const int64_t GOVERNANCE_FEE_CONFIRMATIONS = 6; static const int64_t GOVERNANCE_FEE_CONFIRMATIONS = 6;
static const int64_t GOVERNANCE_UPDATE_MIN = 60*60; static const int64_t GOVERNANCE_UPDATE_MIN = 60*60;