Compare commits

...

1 Commits

Author SHA1 Message Date
Richard Holland
4221267dce debug acctx tests under release builder 2025-02-04 16:50:04 +11: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) &&