Skip to content

Commit

Permalink
fix: remove stray fmt.Println (backport #21661) (#21664)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Rushakoff <mark.rushakoff@gmail.com>
  • Loading branch information
mergify[bot] and mark-rushakoff authored Sep 11, 2024
1 parent 9e78489 commit 81ae569
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 81ae569

Please sign in to comment.