Browse Source

indentation

rx-largepages
Duke Leto 2 years ago
parent
commit
3dbe8d3c6b
  1. 1
      src/miner.cpp

1
src/miner.cpp

@ -1132,6 +1132,7 @@ void static RandomXMiner()
Mining_height = pindexPrev->GetHeight()+1;
Mining_start = (uint32_t)time(NULL);
}
char randomxHash[RANDOMX_HASH_SIZE];
rxdebug("%s: created randomxHash of size %d\n", RANDOMX_HASH_SIZE);
char randomxKey[82]; // randomx spec says keysize of >60 bytes is implementation-specific

Loading…
Cancel
Save