todo
This commit is contained in:
@@ -7,6 +7,10 @@ import (
|
||||
|
||||
type Register map[string]Balances
|
||||
|
||||
func (register Register) PushAll(other Register) {
|
||||
TODO
|
||||
}
|
||||
|
||||
func (register Register) Names() []string {
|
||||
names := map[string]int{}
|
||||
for _, v := range register {
|
||||
|
||||
Reference in New Issue
Block a user