Skip to content

Commit

Permalink
add default case
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jun 18, 2024
1 parent 5a909c9 commit ed3147d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ private BlockImportResult importBlockAndState(
return BlockImportResult.failedDataAvailabilityCheckInvalid(
blobSidecarsAndValidationResult.getCause());
}
default -> {}
}

final ForkChoiceStrategy forkChoiceStrategy = getForkChoiceStrategy();
Expand Down

0 comments on commit ed3147d

Please sign in to comment.