Skip to content

Commit a7e7b59

Browse files
committed
Fix vnext build
1 parent d5150fb commit a7e7b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transactions/test/TxEnvelopeTests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2517,7 +2517,7 @@ TEST_CASE("XDR protocol compatibility validation", "[tx][envelope]")
25172517
sorobanTransactionFrameFromOps(app->getNetworkID(), root, {op}, {},
25182518
SorobanResources(), 1000, 1'000'000);
25192519
LedgerTxn ltx(app->getLedgerTxnRoot());
2520-
return tx->checkValid(*app, ltx, 0, 0, 0);
2520+
return tx->checkValid(app->getAppConnector(), ltx, 0, 0, 0);
25212521
};
25222522
SECTION("XDR not valid in protocol 21")
25232523
{

0 commit comments

Comments
 (0)