Compare commits

..

5 Commits

Author SHA1 Message Date
Richard Holland
000136d283 test case 2025-02-03 15:58:59 +11:00
Richard Holland
c4696715f1 add strict filtering to missing function 2025-02-03 13:59:01 +11:00
RichardAH
bd3216d9c5 Merge branch 'dev' into account-tx-fix 2025-02-03 10:36:59 +10:00
Richard Holland
2c4ef51106 better filter to remove false positives on regular key 2025-02-01 14:52:03 +11:00
Richard Holland
053ffd7b18 add strict filtering to account_tx api 2025-02-01 11:56:46 +11:00

View File

@@ -269,10 +269,6 @@ 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) &&