mirror of
https://github.com/Xahau/xahaud.git
synced 2026-01-09 09:15:17 +00:00
Compare commits
5 Commits
acctx-test
...
account-tx
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
000136d283 | ||
|
|
c4696715f1 | ||
|
|
bd3216d9c5 | ||
|
|
2c4ef51106 | ||
|
|
053ffd7b18 |
@@ -269,10 +269,6 @@ 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