mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
doc: Add and edit some comments around assumeutxo
Co-authored-by: Ryan Ofsky <ryan@ofsky.org>
This commit is contained in:
parent
0a39b8cbd8
commit
a47fbe7d49
4 changed files with 15 additions and 14 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue