Skip to content

Commit

Permalink
Replace Ticket with Token
Browse files Browse the repository at this point in the history
Co-authored-by: YakupIpek <yakupipek@gmail.com>
  • Loading branch information
madrazzl3 and YakupIpek authored Mar 14, 2023
1 parent 8a2d735 commit d3ef89e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ private void LogApprovalForAll(Address owner, Address operatorAddress, bool appr
/// <summary>
/// This logs when the token was marked as used.
/// </summary>
/// <param name="tokenId">Ticket ID.</param>
/// <param name="tokenId">Token ID.</param>
private void LogMarkAsUsed(UInt256 tokenId)
{
Log(new MarkAsUsedLog() { TokenId = tokenId });
Expand Down

0 comments on commit d3ef89e

Please sign in to comment.