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 6077859 commit 74d61f2Copy full SHA for 74d61f2
tests/calc-seconds-per-block.js
@@ -12,4 +12,4 @@ if (secondsPerBlock !== DashGov._AVG_SECS_PER_BLOCK) {
12
console.info(
13
`PASS: DashGov.estimateSecondsPerBlock() == ${DashGov._AVG_SECS_PER_BLOCK}`,
14
);
15
-console.info(`PASS: DashGov.measureSecondsPerBlock(snapshot)`);
+console.info(`PASS: DashGov.measureSecondsPerBlock(snapshot, root)`);
0 commit comments