Skip to content

Commit

Permalink
Fix vnext build
Browse files Browse the repository at this point in the history
  • Loading branch information
marta-lokhova committed Oct 16, 2024
1 parent d5150fb commit a7e7b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transactions/test/TxEnvelopeTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,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")
{
Expand Down

0 comments on commit a7e7b59

Please sign in to comment.