finish updating for yadacoin

This commit is contained in:
Matthew Vogel
2024-08-01 00:01:09 -07:00
parent f99c79d24a
commit 594837e33e
4 changed files with 4 additions and 2 deletions

View File

@@ -111,6 +111,7 @@ RandomX_ConfigurationBase::RandomX_ConfigurationBase()
: ArgonIterations(3)
, ArgonLanes(1)
, ArgonSalt("RandomX\x03")
, SuperscalarLatency(170)
, ScratchpadL1_Size(16384)
, ScratchpadL2_Size(262144)
, ScratchpadL3_Size(2097152)