Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
avalonche committed Jan 19, 2024
1 parent 4c88976 commit 592fc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastore/memcached_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func testBuilderSubmitBlockRequest(pubkey types.PublicKey, signature types.Signa
}
case consensusspec.DataVersionDeneb:
fallthrough
case consensusspec.DataVersionPhase0, consensusspec.DataVersionAltair, consensusspec.DataVersionCapella:
case consensusspec.DataVersionUnknown, consensusspec.DataVersionPhase0, consensusspec.DataVersionAltair, consensusspec.DataVersionCapella:
fallthrough
default:
return common.BuilderSubmitBlockRequest{
Expand Down

0 comments on commit 592fc9a

Please sign in to comment.