We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909473e commit fccd2b8Copy full SHA for fccd2b8
src/random.cpp
@@ -116,7 +116,7 @@ static void InitHardwareRand()
116
117
static void ReportHardwareRand()
118
{
119
- // This must be done in a separate function, as HWRandInit() may be indirectly called
+ // This must be done in a separate function, as InitHardwareRand() may be indirectly called
120
// from global constructors, before logging is initialized.
121
if (g_rdseed_supported) {
122
LogPrintf("Using RdSeed as additional entropy source\n");
0 commit comments