mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-24 07:30:25 +00:00
refactor: Rename static constants (#3073)
This commit is contained in:
@@ -33,8 +33,8 @@ namespace {
|
||||
std::unordered_set<std::string>&
|
||||
supportedAmendments()
|
||||
{
|
||||
static std::unordered_set<std::string> kAMENDMENTS = {};
|
||||
return kAMENDMENTS;
|
||||
static std::unordered_set<std::string> kAmendments = {};
|
||||
return kAmendments;
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user