doc: Add and edit some comments around assumeutxo

Co-authored-by: Ryan Ofsky <ryan@ofsky.org>
This commit is contained in:
Fabian Jahr
2023-10-03 00:22:37 +02:00
parent 0a39b8cbd8
commit a47fbe7d49
4 changed files with 15 additions and 14 deletions

View File

@@ -1937,6 +1937,8 @@ void PeerManagerImpl::BlockConnected(
}
}
// The following task can be skipped since we don't maintain a mempool for
// the ibd/background chainstate.
if (role == ChainstateRole::BACKGROUND) {
return;
}