[proofs] remove dead code

This commit is contained in:
Mark Spanbroek 2023-01-17 11:50:41 +01:00 committed by markspanbroek
parent bd284acce3
commit 91ccc82d49
1 changed files with 0 additions and 2 deletions

View File

@ -15,11 +15,9 @@ const { SlotState } = require("./requests")
describe("Proofs", function () {
const slotId = hexlify(randomBytes(32))
const requestId = hexlify(randomBytes(32))
const period = 30 * 60
const timeout = 5
const downtime = 64
const duration = 1000 * period
const probability = 4 // require a proof roughly once every 4 periods
const { periodOf, periodEnd } = periodic(period)