From f35c8fe4268e2e8d8aeddc631a10db0fe10782bf Mon Sep 17 00:00:00 2001 From: steven004 Date: Thu, 31 Oct 2019 18:11:57 +0800 Subject: [PATCH] No AdjustmentPeriod anyu more --- build/params.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/params.go b/build/params.go index e810ff45f..699a21399 100644 --- a/build/params.go +++ b/build/params.go @@ -97,9 +97,6 @@ const FilecoinPrecision = 1000000000000000000 // Blocks const HalvingPeriodBlocks = 6 * 365 * 24 * 60 * 2 -// Blocks -const AdjustmentPeriod = 7 * 24 * 60 * 2 - // TODO: Move other important consts here func init() {