mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 15:19:07 +01:00
Enable clang-tidy bugprone-argument-comment and fix violations
This commit is contained in:
@@ -165,7 +165,7 @@ void UnloadWallets(WalletContext& context)
|
||||
auto wallet = wallets.back();
|
||||
wallets.pop_back();
|
||||
std::vector<bilingual_str> warnings;
|
||||
RemoveWallet(context, wallet, /* load_on_startup= */ std::nullopt, warnings);
|
||||
RemoveWallet(context, wallet, /* load_on_start= */ std::nullopt, warnings);
|
||||
UnloadWallet(std::move(wallet));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user