Rename Deadline.PoStSubmissions to PartitionsPoSted

This commit is contained in:
Aayush Rajasekaran
2021-01-21 15:21:19 -08:00
committed by Steven Allen
parent b4f479affd
commit 82635f2515
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
}