Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unlock swap-in utxos if initial channel creation fails #689

Merged
merged 1 commit into from
Sep 26, 2024

Commits on Sep 26, 2024

  1. Unlock swap-in utxos if initial channel creation fails

    Add a `replyTo` field when opening or accepting a channel. This is used
    for swaps, to free utxos in case a failure happens during funding.
    Without this mechanism, the user needs to restart the app to be able to
    reuse those utxos.
    
    Fixes #680
    t-bast committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6b8162d View commit details
    Browse the repository at this point in the history