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

Bugfix: try getting txid directly if get_transactions fails #2476

Conversation

oren-z0
Copy link

@oren-z0 oren-z0 commented Nov 6, 2024

After broadcasting a transaction that sends
funds from a wallet to itself, it did not appear
in the wallet's listtransactions rpc result, so calling fetch_transactions isn't good enough.

I'm not sure if this is a bug in bitcoin-core
v22.0.0 or if things changed in newer
versions.

closes #2475

After broadcasting a transaction that sends
funds from a wallet to itself, it did not appear
in the wallet's listtransactions rpc result, so calling
fetch_transactions isn't good enough.

I'm not sure if this is a bug in bitcoin-core
v22.0.0 or if things changed in newer
versions.
Copy link

netlify bot commented Nov 6, 2024

Deploy Preview for specter-desktop-docs canceled.

Name Link
🔨 Latest commit d6f29ea
🔍 Latest deploy log https://app.netlify.com/sites/specter-desktop-docs/deploys/6776dd674a8c1f0008ac4220

@moneymanolis
Copy link
Collaborator

@oren-z0 I couldn't fully follow which issue you are adressing with the PR. How can the issue be replicated exactly?

Can you in any case test your issue with this PR?
#2485

@oren-z0
Copy link
Author

oren-z0 commented Jan 3, 2025

Addressing this issue: #2475
It even has a recorded video.

@moneymanolis
Copy link
Collaborator

@oren-z0 can you test with master again please? (just merged the above mentioned fix).

@oren-z0
Copy link
Author

oren-z0 commented Jan 5, 2025

@moneymanolis I tested again and it seems your latest commits fixed the problem 💪

@oren-z0 oren-z0 closed this Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wallet becomes unusable after trying to send funds from the wallet to itself.
2 participants