-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
Feature: Cancel Transaction via RBF #6810
Comments
Yes please! |
Good point from Stephan Livera:
|
I also think this would be a good functionality. It improves usability of bitcoin and also motivates merchants to use LN for smaller transactions (and non-0-conf for larger). Definitely a better practice than 0-conf relying on trust in the customer. |
The absence of this functionality is a significant flaw in Trezor. To fix pending transactions that do not have 200% of the funds, we need to use another wallet such as Metamask. This, however, could make my wallet insecure, and thus make the Trezor ineffective. This issue needs to be addressed, as it is causing problems for many Trezor users. A quick search for "not enough funds bump fee trezor" reveals a significant number of users who have suffered losses or other issues that could have been prevented with this functionality. |
Please implement this. |
Yes please implement this. |
UPDATE
Design: https://www.figma.com/design/a13eFaT5HqemGmzJZy1fNg/Transactions?node-id=1-106&p=f&t=gzu2w9XlIcp7l0Rm-0
Original post
Currently there are two options what an user can do with a RBF transaction:
See https://trezor.io/learn/a/rbf-in-trezor-suite-app for more details
Originally, were considering adding a third option:
In the end, we haven't added it, since this would provide an easy way for a user to fool merchants accepting 0-conf TXs via a double spend.
However, it seems the cat is out of the bag and other wallets have already added it, so we might want to add it as well:
The text was updated successfully, but these errors were encountered: