File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1541,7 +1541,8 @@ fn should_reevaluate_block(block_info: &BlockInfo) -> bool {
1541
1541
| RejectReason :: TestingDirective
1542
1542
| RejectReason :: InvalidTenureExtend
1543
1543
| RejectReason :: NotRejected
1544
- | RejectReason :: Unknown ( _) => true ,
1544
+ | RejectReason :: Unknown ( _)
1545
+ | RejectReason :: InvalidParentBlock => true ,
1545
1546
RejectReason :: ValidationFailed ( _)
1546
1547
| RejectReason :: RejectedInPriorRound
1547
1548
| RejectReason :: SortitionViewMismatch
@@ -1550,7 +1551,6 @@ fn should_reevaluate_block(block_info: &BlockInfo) -> bool {
1550
1551
| RejectReason :: PubkeyHashMismatch
1551
1552
| RejectReason :: InvalidMiner
1552
1553
| RejectReason :: NotLatestSortitionWinner
1553
- | RejectReason :: InvalidParentBlock
1554
1554
| RejectReason :: DuplicateBlockFound => {
1555
1555
// No need to re-validate these types of rejections.
1556
1556
false
You can’t perform that action at this time.
0 commit comments