LBRY-Vault/electrum/gui/kivy/uix
SomberNight d0a43662bd
wallet: make "increase fee" RBF logic smarter
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
2019-06-20 22:42:48 +02:00
..
dialogs wallet: make "increase fee" RBF logic smarter 2019-06-20 22:42:48 +02:00
ui_screens kivy network dialog: update server and proxy properly 2018-12-21 16:59:43 +01:00
__init__.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
combobox.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
context_menu.py kivy: improve context menu 2018-12-20 12:43:31 +01:00
drawer.py fix #4720 2018-09-17 14:44:01 +02:00
gridview.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
qrcodewidget.py fix #4575 2018-07-21 23:09:46 +02:00
screens.py kivy: "paste" button now works for transactions 2019-05-26 02:46:25 +02:00