Files
pallectrum/electrum/tests
SomberNight 5149ee02a5 wallet: fix delete_address removing too many transactions
See testcase:
- imported wallet with addr1 and addr2
- three txs: tx1 funds addr1, tx2 funds addr2, tx3 spends all
- if we rm addr1 from the wallet,
  - previously both tx1 and tx3 was removed (as tx3 is a child of tx1)
  - now only tx1 is removed (tx3 still relates to the wallet via addr2)

fixes https://github.com/spesmilo/electrum/issues/7587
2022-03-21 19:30:08 +01:00
..
2022-03-07 10:36:20 +01:00
2022-03-07 10:36:20 +01:00
2021-04-30 19:55:47 +02:00
2021-06-10 18:52:12 +02:00
2021-06-22 19:24:16 +02:00
2021-03-19 10:17:02 +01:00