Files
pallectrum/electrum
SomberNight eee61a98cb gui: cpfp: calc parent fee for cpfp using wallet.get_tx_info
I am only making this change as it makes it simpler to do manual testing of CPFP-ing *local* txs.
That is, by changing a few easy-to-find lines of code, I can make the GUI allow CPFP-ing a local tx, but
without this change it errors out with "unknown fee for parent transaction".

If one has an incoming local tx saved in the wallet, adb.get_tx_fee(txid) returns None
(if the tx gets into the mempool, it will use the server-reported value instead).
In contrast, wallet.get_tx_info(tx).fee calls both wallet.get_wallet_delta(tx) and adb.get_tx_fee(txid),
making it more expensive but more complete.
2023-12-29 02:55:11 +00:00
..
2023-11-13 10:47:18 +01:00
2023-09-09 14:14:43 +02:00
2023-12-22 11:03:58 +01:00
2023-12-04 14:15:39 +08:00
2023-12-04 14:15:39 +08:00
2023-10-27 16:01:23 +00:00
2023-12-04 14:15:39 +08:00
2023-12-04 14:15:39 +08:00
2023-12-18 12:20:48 +01:00