mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 15:20:54 +00:00
chore: Enable most modernize checks (#7664)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user