Adding a stub for the initCounters function

This commit is contained in:
2026-06-19 20:53:48 +02:00
parent 2ff46b201e
commit 8bd0ab7d19
+4
View File
@@ -19,6 +19,10 @@ type Minter struct {
mask string
}
func (m *Minter) initCounters() {
return
}
func (m *Minter) Mint() string {
return ""
}