Commit aa61d4f
committed
Merge bitcoin#30388: validation: Check if mempool exists before size check in ActivateSnapshot
33c48c1 validation: Check if mempool exists before asserting in ActivateSnapshot (TheCharlatan)
Pull request description:
The mempool is an optional component of the chainstate manager, so don't assume its presence and instead check if it is there first.
ACKs for top commit:
maflcko:
re-ACK 33c48c1
fjahr:
ACK 33c48c1
Tree-SHA512: 7a3568d5b7af45efa7bf54bae7bac1f00dc99bc9d47a744d73594f283c952be9500168f680d72f4aee09761da4e878ddca83ba675cdea8ee9e44eeff00ac09da1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5681 | 5681 | | |
5682 | 5682 | | |
5683 | 5683 | | |
5684 | | - | |
| 5684 | + | |
| 5685 | + | |
5685 | 5686 | | |
5686 | 5687 | | |
5687 | 5688 | | |
| |||
0 commit comments