mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
There are now two internal strategies to bump the fee of a txn. bump fee method 1: keep all inputs, keep all not is_mine outputs, allow adding new inputs bump fee method 2: keep all inputs, no new inputs are added, allow decreasing and removing outputs (change is decreased first) Method 2 is less "safe" as it might end up decreasing e.g. a payment to a merchant; but e.g. if the user has sent "Max" previously, this is the only way to RBF. We try method 1 first, and fail-over to method 2. Previous versions always used method 2. fixes #3652 |
||
---|---|---|
.. | ||
__init__.py | ||
address_dialog.py | ||
address_list.py | ||
amountedit.py | ||
completion_text_edit.py | ||
console.py | ||
contact_list.py | ||
exception_window.py | ||
fee_slider.py | ||
history_list.py | ||
installwizard.py | ||
invoice_list.py | ||
main_window.py | ||
network_dialog.py | ||
password_dialog.py | ||
paytoedit.py | ||
qrcodewidget.py | ||
qrtextedit.py | ||
qrwindow.py | ||
request_list.py | ||
seed_dialog.py | ||
stylesheet_patcher.py | ||
transaction_dialog.py | ||
update_checker.py | ||
util.py | ||
utxo_list.py |