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 }