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 3486911 commit c01ae8fCopy full SHA for c01ae8f
src/random.cpp
@@ -97,7 +97,7 @@ static void ReportHardwareRand()
97
// This must be done in a separate function, as InitHardwareRand() may be indirectly called
98
// from global constructors, before logging is initialized.
99
if (g_rdseed_supported) {
100
- LogPrintf("Using RdSeed as additional entropy source\n");
+ LogPrintf("Using RdSeed as an additional entropy source\n");
101
}
102
if (g_rdrand_supported) {
103
LogPrintf("Using RdRand as an additional entropy source\n");
0 commit comments