Commit f4f0b49
committed
Merge #7312: fix: intermittent incorrect logging of CheckQueue for invalid blocks
76e6645 fix: intermittent incorrect logging of CheckQueue for invalid blocks (Konstantin Akimov)
Pull request description:
## Issue being fixed or feature implemented
ConnectBlock may return no-named failure instead proper error code such as:
2024-09-23T13:13:10Z ERROR: ConnectBlock: CheckQueue failed
## What was done?
This PR fixes this intermittent failure
## How Has This Been Tested?
N/A
## Breaking Changes
N/A
## Checklist:
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e tests
- [ ] I have made corresponding changes to the documentation
- [x] I have assigned this pull request to a milestone
ACKs for top commit:
UdjinM6:
utACK 76e6645
Tree-SHA512: 5d2b2d40ae65086082dc81c4d0faf9dc2895db1e97cfe1d47857efc6ec5050ea930ca501eb8ef56ebc70ff7e0a14622b69979e63a8d3c1d6703875da06121e8b1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2440 | 2440 | | |
2441 | 2441 | | |
2442 | 2442 | | |
2443 | | - | |
2444 | 2443 | | |
| 2444 | + | |
2445 | 2445 | | |
2446 | 2446 | | |
2447 | 2447 | | |
| |||
0 commit comments