This commit is contained in:
Łukasz Magiera 2020-02-14 22:38:30 +01:00
parent a92099258b
commit 5ced1ab905
3 changed files with 13 additions and 13 deletions

View File

@ -110,7 +110,7 @@ func (s *FPoStScheduler) checkFaults(ctx context.Context, ssi sectorbuilder.Sort
if len(faults) > 0 {
params := &miner.DeclareTemporaryFaultsParams{
Duration: 900, // TODO: duration is annoying
SectorNumbers:abi.NewBitField(),
SectorNumbers: abi.NewBitField(),
}
for _, fault := range faults {