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

@@ -587,7 +587,7 @@ BOOST_FIXTURE_TEST_CASE(ListCoinsTest, ListCoinsTestingSetup)
// returns the coin associated with the change address underneath the
// coinbaseKey pubkey, even though the change address has a different
// pubkey.
AddTx(CRecipient{GetScriptForRawPubKey({}), 1 * COIN, false /* subtract fee */});
AddTx(CRecipient{GetScriptForRawPubKey({}), 1 * COIN, /*subtract_fee=*/false});
{
LOCK(wallet->cs_wallet);
list = ListCoins(*wallet);