mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 15:20:54 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -421,8 +421,8 @@ public:
|
||||
|
||||
c.loadFromString(toLoad);
|
||||
BEAST_EXPECT(
|
||||
(c.PEERS_MAX == max && c.PEERS_IN_MAX == 0 && c.PEERS_OUT_MAX == 0) ||
|
||||
(c.PEERS_IN_MAX == *maxIn && c.PEERS_OUT_MAX == *maxOut));
|
||||
(c.peersMax == max && c.peersInMax == 0 && c.peersOutMax == 0) ||
|
||||
(c.peersInMax == *maxIn && c.peersOutMax == *maxOut));
|
||||
|
||||
Config const config = Config::makeConfig(c, port, false, 0, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user