Merge pull request #360 from Low-power/mebibyte-unit
Correct unit prefix symbol for unit `mebibyte`
This commit is contained in:
@@ -84,7 +84,7 @@ RandomX_Hasher::RandomX_Hasher(p2pool* pool)
|
|||||||
|
|
||||||
|
|
||||||
memory_allocated = (memory_allocated + (1 << 20) - 1) >> 20;
|
memory_allocated = (memory_allocated + (1 << 20) - 1) >> 20;
|
||||||
LOGINFO(1, "allocated " << memory_allocated << " MB");
|
LOGINFO(1, "allocated " << memory_allocated << " MiB");
|
||||||
}
|
}
|
||||||
|
|
||||||
RandomX_Hasher::~RandomX_Hasher()
|
RandomX_Hasher::~RandomX_Hasher()
|
||||||
|
|||||||
Reference in New Issue
Block a user