Fix stdlib adjustment in gift_card.

This commit is contained in:
KtorZ 2024-05-14 10:44:48 +02:00
parent 6d7b851c70
commit ff0407a245
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ validator(token_name: ByteArray, utxo_ref: OutputReference) {
mint mint
|> value.from_minted_value |> value.from_minted_value
|> value.tokens(policy_id) |> value.tokens(policy_id)
|> dict.to_alist() |> dict.to_list()
when rdmr is { when rdmr is {
Mint -> { Mint -> {