Skip to content

Commit

Permalink
Update the action attribute for mint events
Browse files Browse the repository at this point in the history
  • Loading branch information
MightOfOaks committed Nov 20, 2024
1 parent ef8a22a commit 262c2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/minters/token-merge-minter/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ pub fn execute_receive_nft(
.add_attribute("token_id", token_id));
}

action = "burn_and_mint_nft";
action = "mint_sender";
_execute_mint(
deps,
env,
Expand Down

0 comments on commit 262c2b8

Please sign in to comment.