We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f42284 + 5013171 commit fcf1ebdCopy full SHA for fcf1ebd
src/random.cpp
@@ -111,7 +111,7 @@ static void InitHardwareRand()
111
112
static void ReportHardwareRand()
113
{
114
- // 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
115
// from global constructors, before logging is initialized.
116
if (g_rdseed_supported) {
117
LogPrintf("Using RdSeed as additional entropy source\n");
0 commit comments