Merge branch 'master' into feat/event-states
This commit is contained in:
parent
a3747f8c71
commit
49461b2e68
@ -212,9 +212,7 @@ func (m *Sealing) handleFaulty(ctx statemachine.Context, sector SectorInfo) erro
|
|||||||
bf := types.NewBitField()
|
bf := types.NewBitField()
|
||||||
bf.Set(sector.SectorID)
|
bf.Set(sector.SectorID)
|
||||||
|
|
||||||
fp := &actors.DeclareFaultsParams{bf}
|
enc, aerr := actors.SerializeParams(&actors.DeclareFaultsParams{bf})
|
||||||
_ = fp
|
|
||||||
enc, aerr := actors.SerializeParams(nil)
|
|
||||||
if aerr != nil {
|
if aerr != nil {
|
||||||
return xerrors.Errorf("failed to serialize declare fault params: %w", aerr)
|
return xerrors.Errorf("failed to serialize declare fault params: %w", aerr)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user