ignite / cli

Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK
https://ignite.com
Other
1.26k stars 549 forks source link

fix(templates): fix simapp simulation method update->delete #4421

Closed kimurayu45z closed 16 hours ago

kimurayu45z commented 23 hours ago

In simapp template, I found one mistake that uses MsgUpdateXXX where it should use MsgDeleteXXX

julienrbrt commented 18 hours ago

Great catch! Thank you