From da8df63be3ee113a66764e320c95d35a18a3eb41 Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Tue, 4 Feb 2025 17:02:17 +1100 Subject: [PATCH] debug account tx tests under release builder --- src/test/rpc/AccountTx_test.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/rpc/AccountTx_test.cpp b/src/test/rpc/AccountTx_test.cpp index 6a658e5b8..ed33f924f 100644 --- a/src/test/rpc/AccountTx_test.cpp +++ b/src/test/rpc/AccountTx_test.cpp @@ -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) &&