params_debug.go: remove $TRUST_PARAMS override

This commit is contained in:
Richard Patel 2020-01-18 10:38:51 +01:00
parent 6d6d82a304
commit c3d5a9848b
No known key found for this signature in database
GPG Key ID: 77A6A8A1CF8D1762

View File

@ -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")
}