Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradStaniec committed Jan 10, 2025
1 parent 1a98a65 commit 7eecc91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/stakercli/pop/pop.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ func generateDeletePop(c *cli.Context) error {
[]byte(interpretedMsg),
)

if err != nil {
return err
}

payload := DeletePopPayload{
BabyAddress: sdkAddress.String(),
BabySignature: base64.StdEncoding.EncodeToString(signature),
Expand Down

0 comments on commit 7eecc91

Please sign in to comment.