Skip to content

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

Description

@rvagg

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

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