mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-16 08:35:48 +00:00
Compare commits
1 Commits
tequdev-pa
...
acctx-test
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4221267dce |
@@ -269,6 +269,10 @@ class AccountTx_test : public beast::unit_test::suite
|
|||||||
j[jss::result][jss::status] != "success")
|
j[jss::result][jss::status] != "success")
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
std::cout << "hasTx " << (strict ? "strict" : "not strict")
|
||||||
|
<< ":\n"
|
||||||
|
<< to_string(j) << "\n";
|
||||||
|
|
||||||
if (strict)
|
if (strict)
|
||||||
{
|
{
|
||||||
return (j[jss::result][jss::transactions].size() == 3) &&
|
return (j[jss::result][jss::transactions].size() == 3) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user