Skip to content
Snippets Groups Projects
Commit 63729f7e authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] curiously failing old test on protocol v0.5

parent 1a8fde6b
No related branches found
No related tags found
No related merge requests found
......@@ -17,13 +17,15 @@ import {BlockDTO} from "../../../app/lib/dto/BlockDTO"
const should = require('should');
const constants = require('../../../app/lib/constants');
const now = 1578540000;
const conf = {
udTime0: now,
dt: 30,
avgGenTime: 5000,
medianTimeBlocks: 1 // The medianTime always equals previous block's medianTime
};
const now = 1578540000;
let s1:TestingServer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment