mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
doc: Convert remaining comments to clang-tidy format
This commit is contained in:
parent
ce33194ea0
commit
ffffb7a25a
8 changed files with 19 additions and 19 deletions
|
|
@ -82,9 +82,9 @@ std::optional<ChainstateLoadingError> LoadChainstate(bool fReset,
|
|||
|
||||
for (CChainState* chainstate : chainman.GetAll()) {
|
||||
chainstate->InitCoinsDB(
|
||||
/* cache_size_bytes */ nCoinDBCache,
|
||||
/* in_memory */ coins_db_in_memory,
|
||||
/* should_wipe */ fReset || fReindexChainState);
|
||||
/*cache_size_bytes=*/nCoinDBCache,
|
||||
/*in_memory=*/coins_db_in_memory,
|
||||
/*should_wipe=*/fReset || fReindexChainState);
|
||||
|
||||
if (coins_error_cb) {
|
||||
chainstate->CoinsErrorCatcher().AddReadErrCallback(coins_error_cb);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue