Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
psgreco committed Oct 2, 2023
1 parent af1b642 commit 23b14e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2467,7 +2467,7 @@ void ForceUntrimHeader(const CBlockIndex *pindex_)
if (!pindex_->trimmed()) {
return;
}
AssertLockHeld(cs_main);
// AssertLockHeld(cs_main);
CBlockIndex* pindex = const_cast<CBlockIndex*>(pindex_);
pindex->untrim();
setDirtyBlockIndex.insert(pindex);
Expand Down

0 comments on commit 23b14e1

Please sign in to comment.