mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 372dd8da24 into merged_master (Bitcoin PR #21110)
This commit is contained in:
commit
993a3aa40e
4 changed files with 63 additions and 9 deletions
|
|
@ -826,6 +826,10 @@ static bool InitSanityCheck()
|
|||
return InitError(Untranslated("OS cryptographic RNG sanity check failure. Aborting."));
|
||||
}
|
||||
|
||||
if (!ChronoSanityCheck()) {
|
||||
return InitError(Untranslated("Clock epoch mismatch. Aborting."));
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue