Merge pull request #360 from Low-power/mebibyte-unit

Correct unit prefix symbol for unit `mebibyte`
This commit is contained in:
SChernykh
2025-06-10 19:30:08 +02:00
committed by GitHub

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()