diff --git a/src/libxrpl/tx/invariants/InvariantCheck.cpp b/src/libxrpl/tx/invariants/InvariantCheck.cpp index c567adf73f..15708ee0d5 100644 --- a/src/libxrpl/tx/invariants/InvariantCheck.cpp +++ b/src/libxrpl/tx/invariants/InvariantCheck.cpp @@ -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)