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

getmempoolinfo response compared to Bitcoin Core #1586

Open
msafi opened this issue May 25, 2020 · 2 comments
Open

getmempoolinfo response compared to Bitcoin Core #1586

msafi opened this issue May 25, 2020 · 2 comments
Labels

Comments

@msafi
Copy link

msafi commented May 25, 2020

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.

@jakesylvestre
Copy link
Collaborator

I've added some brief details around this issue to #1522

@qustavo
Copy link
Contributor

qustavo commented Mar 19, 2021

@jakesyl how would you calculate the usage field?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants