Files
pallectrum/electrum
f321x ead2c7c8de wallet: don't add reserve input if reserve utxo exists
Right now if a ln reserve is required and there is already a reserve
sized utxo available, `make_unsigned_transaction()` will still add the
reserve as input to a 'spend max' transaction and add a reserve change
output. This seems wasteful, this patch instead just removes the input
so it is not spent at all.
2025-07-29 15:35:55 +02:00
..
2025-07-14 21:46:08 +00:00
2025-07-27 12:12:39 +03:00
2025-05-28 10:42:59 +02:00
2025-07-15 14:46:41 +00:00