reduce minimum to 2GiB

This commit is contained in:
Travis Person 2020-03-06 07:17:28 +00:00
parent e0d0d49ea0
commit bc5cd3c2a1

View File

@ -33,4 +33,4 @@ const SlashablePowerDelay = miner.ProvingPeriod * 3 // TODO: remove
const InteractivePoRepConfidence = 6
// Bytes
var MinimumMinerPower uint64 = 512 << 30 // 512GB
var MinimumMinerPower uint64 = 2 << 30 // 2 GiB