mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
@@ -34,6 +34,7 @@ namespace util {
|
||||
* @return The transaction types in lowercase
|
||||
*/
|
||||
[[nodiscard]] std::unordered_set<std::string> const&
|
||||
// NOLINTNEXTLINE(misc-use-internal-linkage)
|
||||
getTxTypesInLowercase()
|
||||
{
|
||||
static std::unordered_set<std::string> const typesKeysInLowercase = []() {
|
||||
|
||||
Reference in New Issue
Block a user