roll back baseAccountReserve changes

This commit is contained in:
Mayukha Vadari
2026-07-01 15:11:03 -04:00
parent 0c143e340d
commit 1fba52145d
23 changed files with 69 additions and 136 deletions

View File

@@ -85,7 +85,7 @@ accountReserve(ReadView const& view, AccountID const& id, beast::Journal j, Adju
* @return The hypothetical reserve amount
*/
XRPAmount
baseAccountReserve(ReadView const& view, Adjustment adj);
baseAccountReserve(ReadView const& view, std::int32_t ownerCount, std::int32_t accountCount = 1);
/** Check if an account has insufficient reserve.
*