[qt] Remove 0-fee from send dialog#7686
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.
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.