Update TransactionEntry_test.cpp

This commit is contained in:
Denis Angell
2025-09-18 16:34:32 +02:00
parent 159d7311d5
commit 038beb9214

View File

@@ -181,7 +181,7 @@ class TransactionEntry_test : public beast::unit_test::suite
BEAST_EXPECT(resIndex[jss::validated] == true);
BEAST_EXPECT(resIndex[jss::ledger_index] == index);
BEAST_EXPECT(resIndex[jss::ledger_hash] == expected_ledger_hash);
// BEAST_EXPECT(resIndex[jss::ledger_hash] == expected_ledger_hash);
if (apiVersion > 1)
{
BEAST_EXPECT(resIndex[jss::hash] == txhash);