diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-07-02 18:24:43 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-07-02 18:24:43 +0200 |
commit | 990683043b46d69a5993b429490d5c93f043435c (patch) | |
tree | a1f28b0c28d76ca06c0df8d60c27d98216cef88a /scripts | |
parent | 9e966b4ac31b2be0ea7d4ad7ba7eec72c429faba (diff) |
Support proof coins properly
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/getcls.awk | 2 |
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 == "/") |