We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d3c0c commit db9ba83Copy full SHA for db9ba83
dashgov.js
@@ -267,7 +267,6 @@ var DashGov = ("object" === typeof module && exports) || {};
267
const END_EPOCH_MS_AFTER_SUPERBLOCK = 4 * 24 * 60 * 60 * 1000; // after superblock
268
DashGov.PROPOSAL_LEAD_MS = PROPOSAL_LEAD_MS;
269
DashGov.SUPERBLOCK_INTERVAL = SUPERBLOCK_INTERVAL;
270
- DashGov.PROPOSAL_FEE_RATE = 100000000 / 1000; // 1 DASH per KB
271
272
// not used because the actual average at any time is always closer to 157.5
273
//const SECONDS_PER_BLOCK_ESTIMATE = 155;
0 commit comments