We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46920b commit cd74961Copy full SHA for cd74961
cmd/puppeth/wizard_genesis.go
@@ -449,7 +449,7 @@ func (w *wizard) makeGenesis() {
449
fmt.Println("Which accounts are allowed to confirm in Team MultiSignWallet?")
450
var teams []common.Address
451
if input != nil {
452
- owners = append(owners, input.MasternodesOwner)
+ teams = append(teams, input.MasternodesOwner)
453
} else {
454
for {
455
if address := w.readAddress(); address != nil {
0 commit comments