Skip to content

Commit

Permalink
debug account tx tests under release builder
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardAH committed Feb 4, 2025
1 parent 317bd4b commit da8df63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/rpc/AccountTx_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) &&
Expand Down

0 comments on commit da8df63

Please sign in to comment.