Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dkg/dkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ type AppendConfig struct {
AddValidators int
// Unverified is true when source validator keys are not available.
Unverified bool
// ValidatorAddresses' length must match AddValidators.
// ValidatorAddresses length must match AddValidators.
ValidatorAddresses []cluster.ValidatorAddresses
// DepositDatas is the deposit data from the existing cluster.
// DepositData is the deposit data from the existing cluster.
DepositData [][]eth2p0.DepositData
}

Expand Down
Loading