Restore 5 Dash fee for proposal creation (#1302)
This commit is contained in:
parent
399330d42d
commit
1f7b46c2c0
@ -34,7 +34,7 @@ static const int GOVERNANCE_OBJECT_PROPOSAL = 1;
|
||||
static const int GOVERNANCE_OBJECT_TRIGGER = 2;
|
||||
static const int GOVERNANCE_OBJECT_WATCHDOG = 3;
|
||||
|
||||
static const CAmount GOVERNANCE_PROPOSAL_FEE_TX = (0.33*COIN);
|
||||
static const CAmount GOVERNANCE_PROPOSAL_FEE_TX = (5.0*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