mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
capitalization fix for server_definitions with URIToken
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user