Skip to content

Commit db9ba83

Browse files
committed
WIP: library
1 parent 89d3c0c commit db9ba83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dashgov.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ var DashGov = ("object" === typeof module && exports) || {};
267267
const END_EPOCH_MS_AFTER_SUPERBLOCK = 4 * 24 * 60 * 60 * 1000; // after superblock
268268
DashGov.PROPOSAL_LEAD_MS = PROPOSAL_LEAD_MS;
269269
DashGov.SUPERBLOCK_INTERVAL = SUPERBLOCK_INTERVAL;
270-
DashGov.PROPOSAL_FEE_RATE = 100000000 / 1000; // 1 DASH per KB
271270

272271
// not used because the actual average at any time is always closer to 157.5
273272
//const SECONDS_PER_BLOCK_ESTIMATE = 155;

0 commit comments

Comments
 (0)