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 {
|
func NewMinter() *Minter {
|
||||||
return &Minter{
|
return &Minter{
|
||||||
oacounter: 0,
|
oacounter: 0,
|
||||||
activeCounters: make([]Counter, 283),
|
activeCounters: make([]Counter, 283),
|
||||||
inactiveCounters: make([]Counter),
|
inactiveCounters: make([]Counter),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user