Correct unit prefix symbol for unit 'mebibyte'

This commit is contained in:
WHR
2025-06-10 21:16:21 +08:00
parent 62707656eb
commit aa303a96d1

View File

@@ -84,7 +84,7 @@ RandomX_Hasher::RandomX_Hasher(p2pool* pool)
memory_allocated = (memory_allocated + (1 << 20) - 1) >> 20;
LOGINFO(1, "allocated " << memory_allocated << " MB");
LOGINFO(1, "allocated " << memory_allocated << " MiB");
}
RandomX_Hasher::~RandomX_Hasher()