We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
example_esplora
Describe the bug
With the example-crates/example_esplora CLI tool I am not seeing transactions as confirmed that should be confirmed.
To Reproduce
export DESCRIPTOR="wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/0/*)" export CHANGE_DESCRIPTOR="wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/1/*)" cargo run -- scan "http://signet.bitcoindevkit.net" cargo run -- balance confirmed: total 0 sats spendable 0 sats immature 0 sats unconfirmed: total 520040 sats trusted 139940 sats untrusted 380100 sats
Expected behavior
All balances should be confirmed. I double-checked with old bdk-cli tool and by checking TX on signet mempool.space.
bdk-cli
Build environment
master
Additional context
The text was updated successfully, but these errors were encountered:
This is a dup of #1151, it was fixed by #1152.
Sorry, something went wrong.
fix: apply fix from bdk PR 1192 to see old confirmed TX
cdb0d50
bitcoindevkit/bdk#1192
4326598
No branches or pull requests
Describe the bug
With the example-crates/example_esplora CLI tool I am not seeing transactions as confirmed that should be confirmed.
To Reproduce
Expected behavior
All balances should be confirmed. I double-checked with old
bdk-cli
tool and by checking TX on signet mempool.space.Build environment
master
3569accAdditional context
The text was updated successfully, but these errors were encountered: