summaryrefslogtreecommitdiffhomepage
path: root/src/templates.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates.go')
-rw-r--r--src/templates.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates.go b/src/templates.go
index 2cee22e..f6413d9 100644
--- a/src/templates.go
+++ b/src/templates.go
@@ -13,7 +13,7 @@ import (
type templateData struct {
Printer Printer
Code, Type string
- Mintages mintage.Data
+ Mintages [3]mintage.Data
Countries []country
}
@@ -86,7 +86,7 @@ func templateMakeTuple(args ...any) []any {
func strToCtype(s string) int {
switch s {
case "nifc":
- return mintage.TypeNIFC
+ return mintage.TypeNifc
case "proof":
return mintage.TypeProof
default: