Skip to content

Conversation

@maflcko
Copy link
Member

@maflcko maflcko commented Mar 14, 2016

This pull makes -sendfreetransactions a debug feature and removes it from the GUI. Nonetheless, it is still possible to set sendfreetransactions=$bool for the GUI via command line or config arg.

@laanwj
Copy link
Member

laanwj commented Mar 15, 2016

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.
utACK

@jonasschnelli
Copy link
Contributor

Agree with removing it because I don't think its useful to have it in the GUI. Will test...

@maflcko
Copy link
Member Author

maflcko commented Mar 15, 2016

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>
Copy link
Contributor

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).

@jonasschnelli
Copy link
Contributor

tested ACK fa48bb3

I'm happy to get rid of this checkbox which was setting a global state (fSendFreeTransactions) that also affects the RPC/Console interface.
Zero fee transactions could be reenabled over CoinControl, thought, allowing it only over RPC/Console is probably better.

@paveljanik
Copy link
Contributor

ACK fa48bb3

@jtimon
Copy link
Contributor

jtimon commented Mar 16, 2016

concept ACK

@laanwj
Copy link
Member

laanwj commented Mar 17, 2016

This leaves one instance of fSendFreeTransactions in src/qt/sendcoinsdialog.cpp

    if (!settings.contains("fSendFreeTransactions"))
        settings.setValue("fSendFreeTransactions", false);

@maflcko
Copy link
Member Author

maflcko commented Mar 17, 2016

@laanwj Good catch. Removed the dead code.

@laanwj
Copy link
Member

laanwj commented Mar 17, 2016

utACK fa48bb3

@laanwj laanwj merged commit fae8467 into bitcoin:master Mar 17, 2016
laanwj added a commit that referenced this pull request Mar 17, 2016
fae8467 [qt] Remove unneeded "fSendFreeTransactions" check (MarcoFalke)
fa48bb3 [qt] Remove 0-fee from send dialog (MarcoFalke)
@maflcko maflcko deleted the Mf1603-qt-0-fee branch March 17, 2016 15:52
codablock pushed a commit to codablock/dash that referenced this pull request Dec 19, 2017
fae8467 [qt] Remove unneeded "fSendFreeTransactions" check (MarcoFalke)
fa48bb3 [qt] Remove 0-fee from send dialog (MarcoFalke)
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants