Commit d8670fb
committed
Move all calls to CheckBlockIndex out of net-processing logic
This will result in many more calls to CheckBlockIndex when
connecting a list of headers (eg in ::HEADERS messages processing)
but its only enabled in debug mode, and that should mostly just be
during IBD, so it should be OK.1 parent d6ea737 commit d8670fb
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3675 | 3675 | | |
3676 | 3676 | | |
3677 | 3677 | | |
| 3678 | + | |
| 3679 | + | |
3678 | 3680 | | |
3679 | 3681 | | |
3680 | 3682 | | |
| |||
5827 | 5829 | | |
5828 | 5830 | | |
5829 | 5831 | | |
5830 | | - | |
5831 | | - | |
5832 | 5832 | | |
5833 | 5833 | | |
5834 | 5834 | | |
| |||
6025 | 6025 | | |
6026 | 6026 | | |
6027 | 6027 | | |
6028 | | - | |
6029 | | - | |
6030 | 6028 | | |
6031 | 6029 | | |
6032 | 6030 | | |
| |||
0 commit comments