Rename Deadline.PoStSubmissions to PartitionsPoSted
This commit is contained in:
committed by
Steven Allen
parent
b4f479affd
commit
82635f2515
@@ -170,7 +170,7 @@ func (a *StateAPI) StateMinerDeadlines(ctx context.Context, m address.Address, t
|
||||
|
||||
out := make([]api.Deadline, deadlines)
|
||||
if err := mas.ForEachDeadline(func(i uint64, dl miner.Deadline) error {
|
||||
ps, err := dl.PostSubmissions()
|
||||
ps, err := dl.PartitionsPoSted()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user