Actors update: MinerInfo.SealProofType has been removed
This commit is contained in:
committed by
Steven Allen
parent
82635f2515
commit
ab90a3b2bc
Vendored
+1
-1
@@ -475,7 +475,7 @@ func (m *Sealing) currentSealProof(ctx context.Context) (abi.RegisteredSealProof
|
||||
return 0, err
|
||||
}
|
||||
|
||||
return mi.SealProofType, nil
|
||||
return miner.PreferredSealProofTypeFromWindowPoStType(mi.WindowPoStProofType)
|
||||
}
|
||||
|
||||
func (m *Sealing) minerSector(spt abi.RegisteredSealProof, num abi.SectorNumber) storage.SectorRef {
|
||||
|
||||
Reference in New Issue
Block a user