Skip to content

Commit 751bed0

Browse files
authored
Update TimeLockToken.aes
1 parent 343fb78 commit 751bed0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contracts/TimeLockToken.aes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ contract TimeLockToken =
9292
require(state.assetProperties[tokenId].isContinous == false, "asset is not time valued")
9393
put(state{assetProperties[tokenId].InitialPrice = LivePrice})
9494

95-
// return the event name that is azssigned to token ID
95+
// return the option price value that is azssigned to token ID
9696
entrypoint getPriceValue(tokenId : int) : string =
9797
state.assetProperties[tokenId].InitialPrice
9898

99-
// create event with tokenid and for the address "to"
99+
// create option price with tokenid and for the address "to"
100100
private stateful function _mint(token_id: int, to: address) =
101101
only_owner(Call.caller)
102102
require(!check_token_exists(token_id), "Token can't be overrided")

0 commit comments

Comments
 (0)