Skip to content

Commit

Permalink
Rename callback for BatchMint()
Browse files Browse the repository at this point in the history
  • Loading branch information
snowsledge committed Apr 20, 2021
1 parent babbe32 commit ad2b232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/nonfungible-token.scilla
Expand Up @@ -394,7 +394,7 @@ transition BatchMint(to_list: List ByStr20, token_uris_list: List String)
pair_two_list = @list_zip ByStr20 String;
input_list = pair_two_list to_list token_uris_list;
forall input_list Minting;
msg_to_sender = { _tag : "MintForManyCallback"; _recipient : _sender; _amount : Uint128 0 };
msg_to_sender = { _tag : "BatchMintCallback"; _recipient : _sender; _amount : Uint128 0 };
msgs = one_msg msg_to_sender;
send msgs
end
Expand Down

0 comments on commit ad2b232

Please sign in to comment.