Adding more attribute to the Minter struct

This commit is contained in:
2026-06-18 22:19:50 +02:00
parent 4252fbc50b
commit dd9d98a67a
-1
View File
@@ -27,4 +27,3 @@ func NewMinter() *Minter {
inactiveCounters: make([]Counter), inactiveCounters: make([]Counter),
} }
} }