Merge pull request #1337 from filecoin-project/feat/testnet3-reduce-minimum

Reduce minimum to 2GiB
This commit is contained in:
Whyrusleeping 2020-03-05 23:19:40 -08:00 committed by GitHub
commit 3e67ca855a

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