1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-16 03:12:45 -05:00

Fixed merge errors

This commit is contained in:
MoneroOcean
2020-09-23 00:50:15 +00:00
parent 21b156cbda
commit c715fc618c
2 changed files with 8 additions and 4 deletions

View File

@@ -139,7 +139,10 @@ RandomX_ConfigurationScala2::RandomX_ConfigurationScala2()
}
RandomX_ConfigurationBase::RandomX_ConfigurationBase()
: ArgonIterations(3)
: ArgonMemory = 262144
, CacheAccesses = 8
, DatasetBaseSize = 2147483648
, ArgonIterations(3)
, ArgonLanes(1)
, ArgonSalt("RandomX\x03")
, ScratchpadL1_Size(16384)