Adding more attribute to the Minter struct
This commit is contained in:
+2
-3
@@ -22,9 +22,8 @@ func (m *Minter) Mint() string {
|
||||
|
||||
func NewMinter() *Minter {
|
||||
return &Minter{
|
||||
oacounter: 0,
|
||||
activeCounters: make([]Counter, 283),
|
||||
oacounter: 0,
|
||||
activeCounters: make([]Counter, 283),
|
||||
inactiveCounters: make([]Counter),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user