[qt] Use maxTxFee instead of 10000000#6951
Conversation
|
utACK |
|
utACK |
|
Slightly NACK. IMO it's impossible that the changed I think we should remove the if. The only concern I see – is – if a user sets an absurde fee over the QT send coins UI, lets assume 10.0 BTC per kb (which will be accepted in the input filed), the fee will automatically – without warning or informing – reduced to |
@laanwj did not like that. |
|
After reading the ifs comment, I see the purpose of this check. It's a "belt-and-suspenders check". Changed my mind: |
513686d [qt] Use maxTxFee instead of 10000000 (MarcoFalke)
@morcos @laanwj @cozz bitcoin-qt should not ignore the param and use
DEFAULT_TRANSACTION_MAXFEE = 0.1 * COINall the time.This code behaves exactly the same as the code which got rejected in #6887. (C.f. in-source comment for explanation)