From b546e42766f0a1d5a79ae8e44e1ab6b58b86aace Mon Sep 17 00:00:00 2001 From: KtorZ Date: Tue, 14 May 2024 15:27:08 +0200 Subject: [PATCH] FML. --- examples/gift_card/validators/oneshot.ak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gift_card/validators/oneshot.ak b/examples/gift_card/validators/oneshot.ak index b70a531d..aa22bf5c 100644 --- a/examples/gift_card/validators/oneshot.ak +++ b/examples/gift_card/validators/oneshot.ak @@ -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 }