diff --git a/cmd/puppeth/wizard_genesis.go b/cmd/puppeth/wizard_genesis.go index 2a72d09759..224530ae08 100644 --- a/cmd/puppeth/wizard_genesis.go +++ b/cmd/puppeth/wizard_genesis.go @@ -449,7 +449,7 @@ func (w *wizard) makeGenesis() { fmt.Println("Which accounts are allowed to confirm in Team MultiSignWallet?") var teams []common.Address if input != nil { - owners = append(owners, input.MasternodesOwner) + teams = append(teams, input.MasternodesOwner) } else { for { if address := w.readAddress(); address != nil {