Merge pull request #1415 from filecoin-project/fix/debug-miner-size
Fix/debug miner size
This commit is contained in:
commit
500ce56371
@ -4,10 +4,14 @@ package build
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/filecoin-project/specs-actors/actors/abi"
|
"github.com/filecoin-project/specs-actors/actors/abi"
|
||||||
|
"github.com/filecoin-project/specs-actors/actors/abi/big"
|
||||||
|
"github.com/filecoin-project/specs-actors/actors/builtin/power"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
InsecurePoStValidation = true
|
InsecurePoStValidation = true
|
||||||
|
|
||||||
|
power.ConsensusMinerMinPower = big.NewInt(2048)
|
||||||
}
|
}
|
||||||
|
|
||||||
var SectorSizes = []abi.SectorSize{2048}
|
var SectorSizes = []abi.SectorSize{2048}
|
||||||
|
Loading…
Reference in New Issue
Block a user