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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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 ba78816
🔍 Latest deploy log https://app.netlify.com/sites/specter-desktop-docs/deploys/672b5e226a74fd000839e469

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.
1 participant