mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-12 05:34:57 +01:00
doc: correct function name in ReportHardwareRand()
This commit is contained in:
@@ -111,7 +111,7 @@ static void InitHardwareRand()
|
|||||||
|
|
||||||
static void ReportHardwareRand()
|
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.
|
// from global constructors, before logging is initialized.
|
||||||
if (g_rdseed_supported) {
|
if (g_rdseed_supported) {
|
||||||
LogPrintf("Using RdSeed as additional entropy source\n");
|
LogPrintf("Using RdSeed as additional entropy source\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user