10101
10101 copied to clipboard
Missing transaction when address is reused within the same block
Steps to reproduce the problem:
- Generate address in app.
- Send some sats to address.
- Send some more sats to the same address.
- Mine a block.
The first transaction is detected by the wallet, but the second transaction is missed. Mining blocks and syncing the wallet does not fix the issue. A full sync does fix the issue.
I reckon we might want to report this to bdk
.