From b8fe9c6d9ca67bea68e99e321fbcb9098016cc2a Mon Sep 17 00:00:00 2001 From: oncecelll Date: Fri, 9 Jan 2026 17:20:26 +0800 Subject: [PATCH] chore(deps): fix some struct field names in comment Signed-off-by: oncecelll --- dkg/dkg.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dkg/dkg.go b/dkg/dkg.go index 02d878fee..3a60ef59a 100644 --- a/dkg/dkg.go +++ b/dkg/dkg.go @@ -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 }