mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-06 12:02:28 +00:00
This change replaces all instances of `<variable> != tesSUCCESS` with `!isTesSuccess(<variable>)` and `<variable> == tesSUCCESS` with `isTesSuccess(<variable>)`.