From 5f6bb93b5c54ed77bcf605ea7557bff9b85ac7ac Mon Sep 17 00:00:00 2001 From: Vito <5780819+Tapanito@users.noreply.github.com> Date: Mon, 18 May 2026 19:15:26 +0200 Subject: [PATCH] fix: post merge bugs --- src/test/app/LoanBroker_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/app/LoanBroker_test.cpp b/src/test/app/LoanBroker_test.cpp index de4e1a8a3f..cd9a67a0eb 100644 --- a/src/test/app/LoanBroker_test.cpp +++ b/src/test/app/LoanBroker_test.cpp @@ -1961,7 +1961,7 @@ class LoanBroker_test : public beast::unit_test::Suite env.fund(XRP(100'000), issuer, alice); env.close(); - MPTTester mptt{env, issuer, kMPT_INIT_NO_FUND}; + MPTTester mptt{env, issuer, kMptInitNoFund}; mptt.create({.flags = tfMPTCanClawback | tfMPTCanTransfer | tfMPTCanLock}); env.close();