Skip to content

Commit da8df63

Browse files
committed
debug account tx tests under release builder
1 parent 317bd4b commit da8df63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/rpc/AccountTx_test.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ class AccountTx_test : public beast::unit_test::suite
269269
j[jss::result][jss::status] != "success")
270270
return false;
271271

272+
std::cout << "hasTx " << (strict ? "strict" : "not strict")
273+
<< ":\n"
274+
<< to_string(j) << "\n";
275+
272276
if (strict)
273277
{
274278
return (j[jss::result][jss::transactions].size() == 3) &&

0 commit comments

Comments
 (0)