Merge pull request #1847 from waynewyang/Deadline-Index
fix: add deadline index for wdpost
This commit is contained in:
commit
b74e8f5922
@ -351,6 +351,7 @@ func (s *WindowPoStScheduler) runPost(ctx context.Context, di miner.DeadlineInfo
|
||||
log.Infow("submitting window PoSt", "elapsed", elapsed)
|
||||
|
||||
return &miner.SubmitWindowedPoStParams{
|
||||
Deadline: di.Index,
|
||||
Partitions: partitions,
|
||||
Proofs: postOut,
|
||||
Skipped: *abi.NewBitField(), // TODO: Faults here?
|
||||
|
Loading…
Reference in New Issue
Block a user