Skip to content

When there is no wallet, filter out priced deals from query responses #124

Open
@rvagg

Description

Currently they are just sorted lower, but if we can't pay then we shouldn't even attempt:

if a.UnsealPrice.IsZero() && !b.UnsealPrice.IsZero() {

Filclient will fail on these after trying to set up a payment channel and failing.

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions