Skip to content

Commit

Permalink
Change the proposal fee from 5 to 5000 (#3)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
breakcrypto authored and alejandromgk committed Jan 26, 2018
1 parent 64fd9c8 commit bfc4631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/governance-object.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (5.0*COIN);
static const CAmount GOVERNANCE_PROPOSAL_FEE_TX = (5000.0*COIN);

static const int64_t GOVERNANCE_FEE_CONFIRMATIONS = 6;
static const int64_t GOVERNANCE_MIN_RELAY_FEE_CONFIRMATIONS = 1;
Expand Down

0 comments on commit bfc4631

Please sign in to comment.