This commit is contained in:
bel
2023-10-25 21:55:28 -06:00
parent cecf2b4eec
commit bd4e0a913a

View File

@@ -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 {