From c3d5a9848b47f9767ba31c5ce481ebaa934697a6 Mon Sep 17 00:00:00 2001 From: Richard Patel Date: Sat, 18 Jan 2020 10:38:51 +0100 Subject: [PATCH] params_debug.go: remove $TRUST_PARAMS override --- build/params_debug.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build/params_debug.go b/build/params_debug.go index 938b03925..4bf330597 100644 --- a/build/params_debug.go +++ b/build/params_debug.go @@ -2,8 +2,6 @@ package build -import "os" - var SectorSizes = []uint64{1024} // Seconds @@ -31,7 +29,3 @@ const InteractivePoRepConfidence = 6 // Bytes var MinimumMinerPower uint64 = 2 << 10 // 2KiB - -func init() { - os.Setenv("TRUST_PARAMS", "1") -}