mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 01:20:32 +00:00
fix
This commit is contained in:
@@ -92,7 +92,7 @@ accountReserve(ReadView const& view, AccountID const& id, beast::Journal j, Adju
|
||||
*/
|
||||
[[nodiscard]] TER
|
||||
checkInsufficientReserve(
|
||||
ApplyViewContext const& ctx,
|
||||
ApplyViewContext ctx,
|
||||
SLE::const_ref accSle,
|
||||
STAmount const& accBalance,
|
||||
SLE::const_ref sponsorSle,
|
||||
|
||||
@@ -330,7 +330,7 @@ accountReserve(ReadView const& view, SLE::const_ref sle, beast::Journal j, Adjus
|
||||
|
||||
TER
|
||||
checkInsufficientReserve(
|
||||
ApplyViewContext const& ctx,
|
||||
ApplyViewContext ctx,
|
||||
SLE::const_ref accSle,
|
||||
STAmount const& accBalance,
|
||||
SLE::const_ref sponsorSle,
|
||||
|
||||
Reference in New Issue
Block a user