Skip to content

Commit

Permalink
fix(templates): fix simapp simulation method update->delete (#4421)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimurayu45z authored Nov 22, 2024
1 parent ecce935 commit da55a09
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 da55a09

Please sign in to comment.