From 990683043b46d69a5993b429490d5c93f043435c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 2 Jul 2023 18:24:43 +0200 Subject: Support proof coins properly --- scripts/getcls.awk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/getcls.awk') diff --git a/scripts/getcls.awk b/scripts/getcls.awk index 5bf3219..a37f927 100644 --- a/scripts/getcls.awk +++ b/scripts/getcls.awk @@ -8,6 +8,8 @@ function getcls(c) return "nifc" if (c == "O") return "have-nifc" + if (c == "@") + return "have-proof" if (c == "?") return "unknown" if (c == "/") -- cgit v1.2.3