-
Notifications
You must be signed in to change notification settings - Fork 282
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
Include size_on_disk
on getblockchaininfo
#757
Comments
🥪 |
Did you mean 🍉? |
No:
|
Which directories/files should we consider? All them?
|
I think We could have another object in sizes: {
blockchain: spv ? size(spvchain) : (size(blocks)+size(chain)),
tree: size(tree),
total: size(.), // includes everything: wallet, logs, etc.
}, |
The Also now that we have |
No description provided.
The text was updated successfully, but these errors were encountered: