mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 17:10:46 +00:00
feat: Use C++ 23 standard (#7431)
This commit is contained in:
@@ -1121,8 +1121,8 @@ public:
|
||||
// Signature should fail.
|
||||
auto const info = submitSTTx(local);
|
||||
BEAST_EXPECT(
|
||||
info[jss::result][jss::error_exception].asString().find(
|
||||
"Invalid signature on account r") != std::string::npos);
|
||||
info[jss::result][jss::error_exception].asString().contains(
|
||||
"Invalid signature on account r"));
|
||||
}
|
||||
{
|
||||
// Multisign with an empty signers array should fail.
|
||||
|
||||
Reference in New Issue
Block a user