Merge fcf1ebde3d into merged_master (Bitcoin PR #17169)

This commit is contained in:
Andrew Poelstra 2020-11-09 21:20:41 +00:00
commit 343cd73fb2

View file

@ -111,7 +111,7 @@ static void InitHardwareRand()
static void ReportHardwareRand()
{
// 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
// from global constructors, before logging is initialized.
if (g_rdseed_supported) {
LogPrintf("Using RdSeed as additional entropy source\n");