This commit is contained in:
KtorZ 2024-05-14 15:27:08 +02:00
parent 8881a88ae3
commit b546e42766
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ validator(token_name: ByteArray, policy_id: ByteArray) {
mint
|> value.from_minted_value
|> value.tokens(policy_id)
|> dict.to_alist()
|> dict.to_list()
amount == -1 && asset_name == token_name
}