Skip to content

Commit 9d23758

Browse files
authored
Update pow.cpp
1 parent 2161153 commit 9d23758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ void StartRandomXMining(void* pPowThreadGroup, const int nThreads, std::shared_p
489489
if (!fInitialized) {
490490
boost::this_thread::interruption_point();
491491
auto full_flags = RANDOMX_FLAG_FULL_MEM | randomx_get_flags();
492-
492+
LogPrint(BCLog::BLOCKCREATION, "%s: RandomX flags set to %s\n", __func__, full_flags);
493493
myMiningCache = randomx_alloc_cache(full_flags);
494494

495495
/// Create the RandomX Dataset

0 commit comments

Comments
 (0)