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? 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
For whatever reason, on testnet, the "feerate" is getting set to 0.
I was using this with bitcoinlib and took a bit to figure out why exactly my transactions were being rejected due to low fees.
bcoin_tn | [debug] (fees) Recalculating dynamic cutoffs. bcoin_tn | [debug] (fees) Done updating estimates for 2 confirmed entries. New mempool map size 0. bcoin_tn | [debug] (fees) New fee rate: 0.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For whatever reason, on testnet, the "feerate" is getting set to 0.
I was using this with bitcoinlib and took a bit to figure out why exactly my transactions were being rejected due to low fees.
bcoin_tn | [debug] (fees) Recalculating dynamic cutoffs.
bcoin_tn | [debug] (fees) Done updating estimates for 2 confirmed entries. New mempool map size 0.
bcoin_tn | [debug] (fees) New fee rate: 0.
The text was updated successfully, but these errors were encountered: