From bcb70b32a060b76d548f964967e1d984e7136a16 Mon Sep 17 00:00:00 2001 From: marta-lokhova Date: Wed, 18 Sep 2024 15:10:47 -0700 Subject: [PATCH] Fix vnext build --- src/transactions/test/TxEnvelopeTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transactions/test/TxEnvelopeTests.cpp b/src/transactions/test/TxEnvelopeTests.cpp index 8343fb4145..81abdbcff0 100644 --- a/src/transactions/test/TxEnvelopeTests.cpp +++ b/src/transactions/test/TxEnvelopeTests.cpp @@ -2518,7 +2518,7 @@ TEST_CASE("XDR protocol compatibility validation", "[tx][envelope]") sorobanTransactionFrameFromOps(app->getNetworkID(), root, {op}, {}, SorobanResources(), 1000, 1'000'000); LedgerTxn ltx(app->getLedgerTxnRoot()); - return tx->checkValid(*app, ltx, 0, 0, 0); + return tx->checkValid(app->getAppConnector(), ltx, 0, 0, 0); }; SECTION("XDR not valid in protocol 21") {