mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 00:50:45 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -1593,7 +1593,7 @@ public:
|
||||
auto const carol = permDex.carol;
|
||||
auto const domainID = permDex.domainID;
|
||||
auto const gw = permDex.gw;
|
||||
auto const usd = permDex.USD;
|
||||
auto const usd = permDex.usd;
|
||||
|
||||
auto wsc = makeWSClient(env.app().config());
|
||||
|
||||
@@ -1718,7 +1718,7 @@ public:
|
||||
auto const carol = permDex.carol;
|
||||
auto const domainID = permDex.domainID;
|
||||
auto const gw = permDex.gw;
|
||||
auto const usd = permDex.USD;
|
||||
auto const usd = permDex.usd;
|
||||
|
||||
auto wsc = makeWSClient(env.app().config());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user