The "Transaction Fee" at the bottom of the send coins dialog always shows the configured amount even when zero-fee is checked and possible.
Send coins dialog: Transaction Fee doesn't consider zero-fee transaction possibility #5650
issue luke-jr opened this issue on January 12, 2015-
luke-jr commented at 10:04 PM on January 12, 2015: member
- laanwj added the label GUI on Jan 13, 2015
-
cozz commented at 8:55 PM on January 13, 2015: contributor
Its not implemented and its not trivial to do so, because you would need to run the coin selection algorithm, guess the transaction size and then decide whether or not the tx is going to be zero-fee.
Coin control does that, when you use coin control and select the inputs manually. It also shows if zero-fee in the coin control labels. In the coin control case, we could set the label to zero, if zero-fee, that would be easy.
-
Sjors commented at 7:21 PM on March 16, 2018: member
Zero fee isn't possible anymore, right?
- MarcoFalke closed this on Mar 17, 2018
- DrahtBot locked this on Sep 8, 2021