Skip to content

Commit bfc4631

Browse files
breakcryptoalejandromgk
authored andcommitted
Change the proposal fee from 5 to 5000 (#3)
The original DASH fee is 5 DASH which is 0.5% of the Masternode rate. Staying in proportion, that would be 2500 $PAC, but 5000 $PAC seems the more reasonable choice. It will limit the number of proposals which reduces network noise and the need for masternodes to vote in a regular manner.
1 parent 64fd9c8 commit bfc4631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/governance-object.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static const int GOVERNANCE_OBJECT_PROPOSAL = 1;
3434
static const int GOVERNANCE_OBJECT_TRIGGER = 2;
3535
static const int GOVERNANCE_OBJECT_WATCHDOG = 3;
3636

37-
static const CAmount GOVERNANCE_PROPOSAL_FEE_TX = (5.0*COIN);
37+
static const CAmount GOVERNANCE_PROPOSAL_FEE_TX = (5000.0*COIN);
3838

3939
static const int64_t GOVERNANCE_FEE_CONFIRMATIONS = 6;
4040
static const int64_t GOVERNANCE_MIN_RELAY_FEE_CONFIRMATIONS = 1;

0 commit comments

Comments
 (0)