deals: remove outdated comment

This commit is contained in:
Łukasz Magiera 2019-11-07 01:32:10 +01:00
parent 29778cd653
commit 69d7a9910e

View File

@ -256,9 +256,6 @@ func (p *Provider) sealing(ctx context.Context, deal MinerDeal) (func(*MinerDeal
if err != nil { if err != nil {
return nil, err return nil, err
}*/ }*/
// TODO: Spec doesn't say anything about inclusion proofs anywhere
// Not sure what mechanisms prevents miner from storing data that isn't
// clients' data
return nil, nil return nil, nil
} }