Skip to content

Commit

Permalink
fix: simapp update->delete
Browse files Browse the repository at this point in the history
  • Loading branch information
kimurayu45z committed Nov 22, 2024
1 parent ecce935 commit 2972d49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func SimulateMsgDelete<%= TypeName.UpperCamel %>(
var (
simAccount = simtypes.Account{}
<%= TypeName.LowerCamel %> = types.<%= TypeName.UpperCamel %>{}
msg = &types.MsgUpdate<%= TypeName.UpperCamel %>{}
msg = &types.MsgDelete<%= TypeName.UpperCamel %>{}
found = false
)

Expand Down

0 comments on commit 2972d49

Please sign in to comment.