Fixup clang-tidy named argument comments

Fix comments so they are checked/consistent.
Fix incorrect arguments.
This commit is contained in:
fanquake
2022-10-03 09:37:27 +01:00
parent 38cbf43dee
commit 203886c443
21 changed files with 51 additions and 51 deletions

View File

@@ -477,7 +477,7 @@ void CoinControlDialog::updateLabels(CCoinControl& m_coin_control, WalletModel *
nBytes -= 34;
// Fee
nPayFee = model->wallet().getMinimumFee(nBytes, m_coin_control, nullptr /* returned_target */, nullptr /* reason */);
nPayFee = model->wallet().getMinimumFee(nBytes, m_coin_control, /*returned_target=*/nullptr, /*reason=*/nullptr);
if (nPayAmount > 0)
{