mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 10:00:30 +00:00
Address PR review comment: VaultVersion's enumerators already have explicit values, so static_cast<VaultVersion>(leVersion) avoids repeating them as switch-case magic numbers. Out-of-range values still hit the UNREACHABLE guard.