Files
rippled/include/xrpl
Mayukha Vadari 315775dc21 Revert isPositive -> isNonPositive rename
isNonPositiveXRPAmount(amount) = !isXRP(amount) || amount <= 0, which
reads misleadingly (returns true for non-XRP amounts entirely, not
just non-positive XRP ones). Restore isPositiveXRPAmount/
isPositiveAmount and the negation at call sites.
2026-09-01 17:56:58 -04:00
..