deals: Finish client sealing state handler

This commit is contained in:
Łukasz Magiera
2019-11-07 10:13:42 +01:00
parent 6cc360e0f7
commit 12161fc607
4 changed files with 44 additions and 25 deletions
+1 -1
View File
@@ -282,5 +282,5 @@ func (a *StateAPI) StateMarketDeals(ctx context.Context, ts *types.TipSet) (map[
}
func (a *StateAPI) StateMarketStorageDeal(ctx context.Context, dealId uint64, ts *types.TipSet) (*actors.OnChainDeal, error) {
return stmgr.GetStorageDeal(ctx, s.StateManager, dealId, ts)
return stmgr.GetStorageDeal(ctx, a.StateManager, dealId, ts)
}