From afdffc43de72bb72d807e7aa739475c977823ee7 Mon Sep 17 00:00:00 2001 From: Bart <11445373+bthomee@users.noreply.github.com> Date: Thu, 21 May 2026 11:43:34 +0100 Subject: [PATCH] Fix bad replacement --- src/test/app/TxQ_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/app/TxQ_test.cpp b/src/test/app/TxQ_test.cpp index 04e9bb45ef..993d67bdf8 100644 --- a/src/test/app/TxQ_test.cpp +++ b/src/test/app/TxQ_test.cpp @@ -1626,7 +1626,7 @@ public: *this, makeConfig( {{Keys::kMinimumTxnInLedgerStandalone, "3"}}, - {{Keys::kAccountReserve, "200"}, {Keys::kAccountReserve, "50"}})); + {{Keys::kAccountReserve, "200"}, {Keys::kOwnerReserve, "50"}})); auto alice = Account("alice"); auto bob = Account("bob");