Fix bad replacement

This commit is contained in:
Bart
2026-05-21 11:43:34 +01:00
parent 3ecba64826
commit afdffc43de

View File

@@ -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");