indentation

This commit is contained in:
Duke Leto
2022-11-15 13:43:10 -05:00
parent 0926dfca75
commit 3dbe8d3c6b

View File

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