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.
1 parent 46d6930 commit 5013171Copy full SHA for 5013171
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