mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +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
|
|
@ -4837,7 +4837,7 @@ bool ChainstateManager::ActivateSnapshot(
|
|||
|
||||
auto snapshot_chainstate = WITH_LOCK(::cs_main,
|
||||
return std::make_unique<CChainState>(
|
||||
/* mempool */ nullptr, m_blockman, *this, base_blockhash));
|
||||
/*mempool=*/nullptr, m_blockman, *this, base_blockhash));
|
||||
|
||||
{
|
||||
LOCK(::cs_main);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue