Files
pallectrum/electrum
SomberNight 16d2f0f9d4 wallet.get_tx_status: fix incorrect feerate for partial txs
The history tab would show an incorrect feerate for partial/unsigned (local) txs,
if they had any p2sh/p2wsh txins. We would just guess the script is p2wpkh, and
use that for the size calc. Now with calling add_info_from_wallet, the correct
size is used to calculate the feerate.

(The gui tx dialogs call add_info_from_wallet independently, so the size/feerate
shown there were already correct.)
2024-08-13 03:20:32 +00:00
..
2024-07-09 14:26:24 +00:00
2024-05-15 20:41:01 +08:00
2024-05-30 13:08:13 +00:00
2024-03-05 23:30:23 +01:00
2024-06-17 13:05:57 +02:00
2024-04-17 14:36:21 +00:00
2024-02-12 18:26:08 +00:00
2024-04-24 14:14:31 +00:00
2024-06-04 18:29:17 +00:00
2024-06-04 13:42:57 +00:00
2024-05-22 15:26:26 +00:00
2024-06-19 11:24:13 +02:00
2024-04-24 14:14:31 +00:00
2024-03-01 11:21:49 +01:00
2024-05-20 16:57:11 +02:00
2023-12-04 14:15:39 +08:00