remove bad assert

This commit is contained in:
Mayukha Vadari
2026-05-06 15:42:42 -04:00
parent 1e51b61747
commit 02fba4c998

View File

@@ -1000,8 +1000,6 @@ hasConstantFieldChanged(STObject const& before, STObject const& after, SOTemplat
bool const bPresent = (bField != nullptr) && bField->getSType() != STI_NOTPRESENT;
bool const aPresent = (aField != nullptr) && aField->getSType() != STI_NOTPRESENT;
XRPL_ASSERT(
constant != SoeImmutable, "xrpl::hasConstantFieldChanged : constant is invalid");
if (constant == SoeImmutable)
{
if (elem.style() == SoeOptional)