Files
rippled/include
Vito 0a8b12cd67 refactor: Invert ObjectHasPseudoAccount to check deletion
Change ObjectHasPseudoAccount from checking "object exists →
pseudo-account exists" to "object deleted → pseudo-account deleted".

Together with AccountRootsDeletedClean (which enforces the reverse:
pseudo-account deleted → object deleted), this pair of invariants
guarantees that an object and its pseudo-account are always deleted
as a unit.
2026-06-12 12:38:16 +02:00
..