Skip to content

Commit

Permalink
print for msg create handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Aven Dauz authored and Aven Dauz committed Aug 8, 2021
1 parent b6c4153 commit 346b669
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion curium.iml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="Go" enabled="true" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
Expand Down
1 change: 1 addition & 0 deletions x/nft/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func NewHandler(keeper keeper.Keeper) sdk.Handler {
}

func handleMsgCreateNft(goCtx sdk.Context, k keeper.Keeper, msg *types.MsgCreateNft) (*sdk.Result, error) {
fmt.Println("Msg Create recieved")
k.AppendNft(
goCtx,
msg.Creator,
Expand Down

0 comments on commit 346b669

Please sign in to comment.