From 3418fa765e56954c4e3d6448321f524ae441fcf4 Mon Sep 17 00:00:00 2001 From: microproofs Date: Sun, 9 Feb 2025 23:35:59 +0700 Subject: [PATCH] Fix github pipeline --- validators/intention_auth.ak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validators/intention_auth.ak b/validators/intention_auth.ak index aab44b9..8975e8e 100644 --- a/validators/intention_auth.ak +++ b/validators/intention_auth.ak @@ -238,7 +238,7 @@ validator intent_spend { } pub type RedT { - intentions: List, + intentions: List>, intent_user_counts: List, change_output_offset: Int, constraint_output_offset: Int,