mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 23:20:33 +00:00
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:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user