mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 23:00:55 +00:00
chore: Enable most modernize checks (#7664)
This commit is contained in:
@@ -146,8 +146,8 @@ private:
|
||||
|
||||
for (auto const& val : validators)
|
||||
{
|
||||
data += "{\"validation_public_key\":\"" + strHex(val.masterPublic) +
|
||||
"\",\"manifest\":\"" + val.manifest + "\"},";
|
||||
data += R"({"validation_public_key":")" + strHex(val.masterPublic) +
|
||||
R"(","manifest":")" + val.manifest + "\"},";
|
||||
}
|
||||
|
||||
data.pop_back();
|
||||
|
||||
Reference in New Issue
Block a user