We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a741e commit ff0f47aCopy full SHA for ff0f47a
cmd/boost/wallet_cmd.go
@@ -62,7 +62,7 @@ var walletNew = &cli.Command{
62
out := map[string]interface{}{
63
"address": nk.String(),
64
}
65
- cmd.PrintJson(out)
+ cmd.PrintJson(out) //nolint:errcheck
66
} else {
67
fmt.Println(nk.String())
68
0 commit comments