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
getmempoolinfo
For getmempoolinfo, Bitcoin Core responds with
{ loaded: boolean; size: number; bytes: number; usage: number; maxmempool: number; mempoolminfee: number; minrelaytxfee: number; }
btcd responds with
{ size: number; bytes: number; }
Are there plans to expand btcd's response to match Bitcoin Core's? The other fields that Bitcoin Core provides are kind of interesting.
The text was updated successfully, but these errors were encountered:
I've added some brief details around this issue to #1522
Sorry, something went wrong.
@jakesyl how would you calculate the usage field?
usage
No branches or pull requests
For
getmempoolinfo
, Bitcoin Core responds withbtcd responds with
Are there plans to expand btcd's response to match Bitcoin Core's? The other fields that Bitcoin Core provides are kind of interesting.
The text was updated successfully, but these errors were encountered: