File tree 2 files changed +6
-2
lines changed
ignite/templates/typed/list/files/simapp/x/{{moduleName}}/simulation
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Features
6
6
7
- - [ #4377 ] ( https://github.com/ignite/cli/pull/4377 ) Add multi node (validator) testnet.
7
+ - [ #4377 ] ( https://github.com/ignite/cli/pull/4377 ) Add multi node (validator) testnet
8
8
- [ #4362 ] ( https://github.com/ignite/cli/pull/4362 ) Scaffold ` Makefile `
9
9
10
10
### Changes
11
11
12
12
- [ #4376 ] ( https://github.com/ignite/cli/pull/4376 ) Set different chain-id for in place testnet
13
13
14
+ ### Bug Fixes
15
+
16
+ - [ #4421 ] ( https://github.com/ignite/cli/pull/4422 ) Fix typo in simulation template
17
+
14
18
## [ ` v28.5.3 ` ] ( https://github.com/ignite/cli/releases/tag/v28.5.3 )
15
19
16
20
### Changes
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ func SimulateMsgDelete<%= TypeName.UpperCamel %>(
96
96
var (
97
97
simAccount = simtypes.Account{}
98
98
<%= TypeName.LowerCamel %> = types.<%= TypeName.UpperCamel %>{}
99
- msg = &types.MsgUpdate <%= TypeName.UpperCamel %>{}
99
+ msg = &types.MsgDelete <%= TypeName.UpperCamel %>{}
100
100
all<%= TypeName.UpperCamel %> = k.GetAll<%= TypeName.UpperCamel %>(ctx)
101
101
found = false
102
102
)
You can’t perform that action at this time.
0 commit comments