Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix txs from 1 JM wallet to other in 1 Core wallet.
Previous to this commit, if a tumbler run sent coins from one Joinmarket wallet to another, with both tracked by the same rpc_wallet_file (multiwallet) in same Core instance, the sweep txs would be lost because, while the code correctly identified that the destination was already imported, the transaction monitor filtered all transactions not tied to the source wallet's label. This filter was not necessary (and was not in the pre-PR version of the code, which is why it worked before), and so is removed except for the 'all' type callbacks, which will not want to track txs not relevant to this JM wallet.
- Loading branch information