mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 00:36:48 +00:00
Fix bad replacement
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user