Merge branch 'dev' into catalogue

This commit is contained in:
RichardAH
2025-04-01 11:52:43 +10:00
committed by GitHub

View File

@@ -464,11 +464,9 @@ public:
{
if (!defsHash)
{
// should be unreachable
// if this does happen we don't want 0 xor 0 so use a random value
// here
return uint256(
static const uint256 fallbackHash(
"DF4220E93ADC6F5569063A01B4DC79F8DB9553B6A3222ADE23DEA0");
return fallbackHash;
}
return *defsHash;
}