Files
pallectrum/electrum
SomberNight bb41ef3450 wallet: (fix) bump_fee sometimes created invalid tx that spent orig out
When replacing non-segwit tx, bump_fee in some circumstances created
a tx that tried to spend from the tx-to-be-replaced. There is
explicit logic to avoid this but it only worked for segwit txs.

The change in transaction.py is a no-op, just tried to make it clearer
that the scriptSigs, witnesses are being reset by from_tx().
2020-12-18 19:35:22 +01:00
..
2020-12-08 12:21:56 +01:00
2020-11-20 08:51:01 +01:00
2020-11-20 08:51:01 +01:00
2020-10-23 02:17:31 +00:00
2020-12-09 16:09:12 +01:00
2020-12-17 17:49:51 +01:00