Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fedekunze committed Jun 29, 2021
1 parent 415db0a commit 5819d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/slashing/keeper/hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (k Keeper) AfterValidatorCreated(ctx sdk.Context, valAddr sdk.ValAddress) e
if err != nil {
return err
}

return k.AddPubkey(ctx, consPk)
}

Expand Down

0 comments on commit 5819d52

Please sign in to comment.