Skip to content

Commit

Permalink
fix: remove stray fmt.Println (#21661)
Browse files Browse the repository at this point in the history
(cherry picked from commit cc1eab1)
  • Loading branch information
mark-rushakoff authored and mergify[bot] committed Sep 11, 2024
1 parent 9e78489 commit 3696adc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/consensus/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ func (k Keeper) ValidatorPubKeyTypes(ctx context.Context) ([]string, error) {
if err != nil {
return nil, err
}
fmt.Println("keyhere")
if params.Validator == nil {
return []string{}, errors.New("validator pub key types is nil")
}
Expand Down

0 comments on commit 3696adc

Please sign in to comment.