chore: Enable most modernize checks (#7664)

This commit is contained in:
Ayaz Salikhov
2026-07-06 13:19:52 +01:00
committed by GitHub
parent c92285f10d
commit d07d2aba2e
46 changed files with 125 additions and 223 deletions

View File

@@ -234,7 +234,7 @@ public:
withSigners[jss::account] = alice.human();
withSigners[jss::signer_lists] = true;
auto const withSignersAsString = std::string("{ ") + "\"api_version\": 2, \"account\": \"" +
auto const withSignersAsString = std::string("{ ") + R"("api_version": 2, "account": ")" +
alice.human() + "\", " + "\"signer_lists\": asdfggh }";
// Alice has no SignerList yet.