mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 15:20:54 +00:00
fix clang-tidy issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user