This commit is contained in:
Mayukha Vadari
2026-07-02 10:55:15 -04:00
parent acafd0e48e
commit 988cb8b5eb
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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,