gofumpt and ignore duplicates

This commit is contained in:
0xmuralik
2022-10-17 12:17:56 +05:30
parent ec3e8f7ce3
commit a4f2cb5731
35 changed files with 74 additions and 116 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ func GetCmdCommitBid() *cobra.Command {
}
// Save reveal file.
ioutil.WriteFile(fmt.Sprintf("%s-%s.json", clientCtx.GetFromName(), commitHash), content, 0600)
ioutil.WriteFile(fmt.Sprintf("%s-%s.json", clientCtx.GetFromName(), commitHash), content, 0o600)
msg := types.NewMsgCommitBid(auctionID, commitHash, clientCtx.GetFromAddress())
err = msg.ValidateBasic()