-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat: abort collaborative transaction #497
Conversation
b783e0e
to
96cb08f
Compare
Let's leave it as is and see how many users run into these kinds of issues in the wild. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, tACK ✅
Notes to self:
|
Closes #269.
Adds the ability to abort a running taker operation.
How to test
You might want to watch the logs while testing this feature with
npm run regtest:logs:jmwalletd
Question: Currently, the text only says "Are you sure you want to abort the collaborative transaction?"..
Stopping a taker operation might lead to end up wasting a "retry" (when commitment was already sourced).. Should it mention that it might lead to inconveniences if this is used "too much in a row"? How to communicate this best?