Skip to content

Commit ff0f47a

Browse files
authored
fix: wallet cmd lint (#611)
1 parent c1a741e commit ff0f47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/boost/wallet_cmd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var walletNew = &cli.Command{
6262
out := map[string]interface{}{
6363
"address": nk.String(),
6464
}
65-
cmd.PrintJson(out)
65+
cmd.PrintJson(out) //nolint:errcheck
6666
} else {
6767
fmt.Println(nk.String())
6868
}

0 commit comments

Comments
 (0)