Skip to content

Commit

Permalink
dont remove band now
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Nov 4, 2022
1 parent 2e514d2 commit 71a1417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/cmd/scaffold.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ with an "--ibc" flag. Note that the default module is not IBC-enabled.
c.AddCommand(NewScaffoldMessage())
c.AddCommand(NewScaffoldQuery())
c.AddCommand(NewScaffoldPacket())
// c.AddCommand(NewScaffoldBandchain())
c.AddCommand(NewScaffoldBandchain())
c.AddCommand(NewScaffoldVue())
c.AddCommand(NewScaffoldReact())
// c.AddCommand(NewScaffoldWasm())
Expand Down

0 comments on commit 71a1417

Please sign in to comment.