Actually, all dbcache
-related values in the code are measured in MiB (not in megabytes, MB) or in bytes (e.g., nTotalCache
).
See: https://github.com/bitcoin/bitcoin/blob/master/src/txdb.h
Also, “-prune” is fixed:
- The GUI values in GB are translated to the node values in MiB correctly.
- The maximum of the “prune”
QSpinBox
is not limited by default value of 99 (GB).
Fix: #15106