mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Move transaction-specific invariant checks from the global ValidVault invariant into each vault transactor's finalizeInvariants method. Run both transaction and protocol invariants unconditionally, returning failure if either check fails (tef takes priority over tec).