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

blockchain.estimateFee(target) still has the same issue #102

Closed
aldrinzigmundv opened this issue Aug 28, 2023 · 1 comment
Closed

blockchain.estimateFee(target) still has the same issue #102

aldrinzigmundv opened this issue Aug 28, 2023 · 1 comment

Comments

@aldrinzigmundv
Copy link

This was mentioned in Issue #58, but I've tried using it in the latest version. Unfortunately, the function still consistently returns 1.0, regardless of the target, far from the current fee rate of the blockchain.

@BitcoinZavior
Copy link
Contributor

For fees, its best to call the blockchain api directly, each blockchain provides a api for fees.
Here is an example for rust using different blockchains: bitcoindevkit/bdk#1053

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

No branches or pull requests

2 participants