-
Notifications
You must be signed in to change notification settings - Fork 38.6k
[qt] Remove 0-fee from send dialog #7686
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
Conversation
|
The previous proposal was to move this to the coin control window. But I'm fine with this too, as it's still settable on the command line. |
|
Agree with removing it because I don't think its useful to have it in the GUI. Will test... |
|
It serves no purpose on mainnet, so there is no point in having it prominently in the GUI and confuse users. |
| <y>0</y> | ||
| <width>830</width> | ||
| <height>68</height> | ||
| <height>104</height> |
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.
What's the reason for 104px height here? Is it because we have more space now for the scroll area? Currently, this gives some whitespace below the recipient-section-devider (bordered line).
|
tested ACK fa48bb3 I'm happy to get rid of this checkbox which was setting a global state ( |
|
ACK fa48bb3 |
|
concept ACK |
|
This leaves one instance of |
|
@laanwj Good catch. Removed the dead code. |
|
utACK fa48bb3 |
This pull makes
-sendfreetransactionsa debug feature and removes it from the GUI. Nonetheless, it is still possible to setsendfreetransactions=$boolfor the GUI via command line or config arg.