Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Oct 28, 2024
1 parent 211028b commit ad71aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minitiad/launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ func StoreAndInstantiateNFTContracts(input *launchtools.Config) launchtools.Laun
return func(ctx launchtools.Launcher) error {
ctx.Logger().Info("Storing and instantiating cw721 and ics721 contracts")
fs := contrib.FS()

cw721, err := fs.ReadFile("wasm/cw721_base.wasm")
//cw721, err := os.ReadFile("contrib/wasm/cw721_base.wasm")
if err != nil {
return errors.Wrapf(err, "failed to read cw721_base.wasm")
}
Expand Down

0 comments on commit ad71aae

Please sign in to comment.