mirror of
https://github.com/Xahau/xahaud.git
synced 2026-01-22 07:35:17 +00:00
Compare commits
2 Commits
account-tx
...
acctx-test
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4221267dce | ||
|
|
317bd4bc6e |
@@ -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