Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing transaction when address is reused within the same block #2313

Open
luckysori opened this issue Mar 25, 2024 · 4 comments
Open

Missing transaction when address is reused within the same block #2313

luckysori opened this issue Mar 25, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@luckysori
Copy link
Contributor

Steps to reproduce the problem:

  1. Generate address in app.
  2. Send some sats to address.
  3. Send some more sats to the same address.
  4. 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.

@luckysori

This comment was marked as outdated.

@luckysori
Copy link
Contributor Author

Confirmed that we cannot reproduce this issue anymore.

@Restioson
Copy link
Contributor

Cross posting from #2593 under Richie's guidance:

I'm experiencing something similar.

If I:

1. click on the receive screen

2. copy address & send money via faucet

3. wait a few secs & restart app

4. click receive again

5. send money to the _old_ address (copied in step 2)

Then the money in step 5 doesn't seem to be registered by the app.

@holzeis holzeis reopened this Jun 4, 2024
@holzeis
Copy link
Contributor

holzeis commented Jun 4, 2024

Reopening this issue, as @Restioson was able to reproduce.

@luckysori luckysori removed their assignment Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants