mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-04 18:55:49 +00:00
Compare commits
1 Commits
a4f96a435a
...
acctx-test
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4221267dce |
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user