Skip to content

Commit

Permalink
fix: wallet cmd lint (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmc authored Jun 23, 2022
1 parent c1a741e commit ff0f47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/boost/wallet_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var walletNew = &cli.Command{
out := map[string]interface{}{
"address": nk.String(),
}
cmd.PrintJson(out)
cmd.PrintJson(out) //nolint:errcheck
} else {
fmt.Println(nk.String())
}
Expand Down

0 comments on commit ff0f47a

Please sign in to comment.