changed fee to 0.1D for govobj submission
This commit is contained in:
parent
2afa20b8d7
commit
18e9a33e2a
@ -27,7 +27,7 @@ class CGovernanceObject;
|
||||
class CGovernanceVote;
|
||||
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_UPDATE_MIN = 60*60;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user