summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-07-02 18:24:43 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-07-02 18:24:43 +0200
commit990683043b46d69a5993b429490d5c93f043435c (patch)
treea1f28b0c28d76ca06c0df8d60c27d98216cef88a /scripts
parent9e966b4ac31b2be0ea7d4ad7ba7eec72c429faba (diff)
Support proof coins properly
Diffstat (limited to 'scripts')
-rw-r--r--scripts/getcls.awk2
1 files changed, 2 insertions, 0 deletions
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 == "/")