From 750dbfc364c3160c99271aa6e5b763bf7aee3bd3 Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Thu, 9 Feb 2023 16:59:16 +0000 Subject: [PATCH] capitalization fix for server_definitions with URIToken --- src/ripple/rpc/handlers/ServerInfo.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ripple/rpc/handlers/ServerInfo.cpp b/src/ripple/rpc/handlers/ServerInfo.cpp index 883a64b00..5586aeb6b 100644 --- a/src/ripple/rpc/handlers/ServerInfo.cpp +++ b/src/ripple/rpc/handlers/ServerInfo.cpp @@ -115,7 +115,9 @@ private: {"UNL", "UNL"}, {"XCHAIN", "XChain"}, {"ID", "ID"}, - {"AMM", "AMM"}}; + {"AMM", "AMM"}, + {"URITOKEN", "URIToken"}, + {"URI", "URI"}}; std::string out; size_t pos = 0;