diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2018-10-30 15:09:10 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2018-10-30 16:31:57 +0200 |
commit | a16f44c040642432e234ad7317b00fe829c2d9e7 (patch) | |
tree | 8f343e54106d3d43d423654597c4d51dd567f461 /src/qt/sendcoinsdialog.h | |
parent | 8711cc0c78fb15e49c6ab477a5d922fc51627873 (diff) |
qt: Remove "Pay only required fee" checkbox
The custom fee input box now has a minimum value equal to the minimum
required fee. Before a value below the minimum fee could be entered
which was confusing since the minimum fee would still be paid even
though a lower amount was entered.
Diffstat (limited to 'src/qt/sendcoinsdialog.h')
-rw-r--r-- | src/qt/sendcoinsdialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/sendcoinsdialog.h b/src/qt/sendcoinsdialog.h index 7009855f17..e1ebc77d59 100644 --- a/src/qt/sendcoinsdialog.h +++ b/src/qt/sendcoinsdialog.h @@ -92,9 +92,7 @@ private Q_SLOTS: void coinControlClipboardBytes(); void coinControlClipboardLowOutput(); void coinControlClipboardChange(); - void setMinimumFee(); void updateFeeSectionControls(); - void updateMinFeeLabel(); void updateSmartFeeLabel(); Q_SIGNALS: |