indentation
This commit is contained in:
@@ -1075,13 +1075,14 @@ void static RandomXMiner()
|
||||
return;
|
||||
}
|
||||
rxdebug("%s: created randomx flags + cache\n");
|
||||
|
||||
randomx_dataset *randomxDataset = randomx_alloc_dataset(flags);
|
||||
rxdebug("%s: created dataset\n");
|
||||
|
||||
if( randomxDataset == nullptr) {
|
||||
LogPrintf("%s: allocating randomx dataset failed!\n", __func__);
|
||||
return;
|
||||
}
|
||||
|
||||
miningTimer.start();
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user