Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Allow sending payment before fee estimation completes #411

Open
@sangaman

Description

Description

A semi-recent feature with Zap is that when you go to pay an invoice, it first calculates and displays an estimated fee. While this calculation is happening, the UI "spins" and doesn't let you actually submit your payment request until the estimation completes. Often this can take a while, as I'm guessing Zap/lnd are querying routes and making rpc calls behind the scenes.

Rather than prevent the payment until this fee estimation is done, it would be nice to allow the user to submit the payment before the estimation is complete. Ultimately, the fee estimate is merely an estimate and the payment is constrained by the fee settings in Zap and lnd.

Context

The appeal of lightning payments is speed and convenience. It's slow and inconvenient to have to wait for fee estimation to complete, which often takes upwards of 5 seconds in my experience which is a long time when I'm trying to scan a QR code in person and a merchant is standing there waiting for the payment to come through.

Possible Implementation

Don't prevent the user from submitting a payment right away upon scanning a QR code or pasting an invoice.

Activity

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

Metadata

Assignees

No one assigned

    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