Update src/libxrpl/tx/invariants/VaultInvariant.cpp

Co-authored-by: depthfirst-app[bot] <184448029+depthfirst-app[bot]@users.noreply.github.com>
This commit is contained in:
Jingchen
2026-07-14 14:43:06 +01:00
committed by GitHub
parent 24ae843b07
commit d02cfcdef4

View File

@@ -484,7 +484,6 @@ ValidVault::finalize(
tx.isFieldPresent(sfStartDate) &&
!tx.isFieldPresent(sfCounterpartySignature) &&
!tx.isFieldPresent(sfCounterparty);
!tx.isFieldPresent(sfCounterpartySignature);
if (txnType != ttLOAN_DELETE && txnType != ttLOAN_ACCEPT && !pendingLoanSet)
{
JLOG(j.fatal()) << "Invariant failed: vault AssetsReserved changed "