mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-30 10:30:22 +00:00
roll back baseAccountReserve changes
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user