Compare commits

..

2 Commits

Author SHA1 Message Date
Richard Holland
4221267dce debug acctx tests under release builder 2025-02-04 16:50:04 +11:00
RichardAH
317bd4bc6e add strict filtering to account_tx api (#429) 2025-02-03 17:56:08 +10:00

View File

@@ -269,6 +269,10 @@ class AccountTx_test : public beast::unit_test::suite
j[jss::result][jss::status] != "success")
return false;
std::cout << "hasTx " << (strict ? "strict" : "not strict")
<< ":\n"
<< to_string(j) << "\n";
if (strict)
{
return (j[jss::result][jss::transactions].size() == 3) &&