fix clang-tidy issues

This commit is contained in:
Mayukha Vadari
2026-04-03 11:05:55 -04:00
parent 945b4f77cd
commit 8269964c76

View File

@@ -417,7 +417,7 @@ transferHelper(
auto const reserve = psb.fees().accountReserve(ownerCount);
auto const availableBalance = [&]() -> STAmount {
STAmount const curBal = acctSrc->at(sfBalance);
STAmount curBal = acctSrc->at(sfBalance);
// Checking that account == src and postFeeBalance == curBal is
// not strictly necessary, but helps protect against future
// changes