Skip to content

Commit

Permalink
revert remobing validator index log fiekd
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshmuelov committed Oct 15, 2024
1 parent 1d2e2fd commit 536e420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol/v2/ssv/runner/committee.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ func (cr *CommitteeRunner) ProcessConsensus(logger *zap.Logger, msg *spectypes.S
return errors.Wrap(err, "failed to hash attestation data")
}
logger.Debug("signed attestation data",
zap.Uint64("validator_index", uint64(duty.ValidatorIndex)),
zap.String("pub_key", hex.EncodeToString(duty.PubKey[:])),
zap.Any("attestation_data", attestationData),
zap.String("attestation_data_root", hex.EncodeToString(attDataRoot[:])),
Expand Down

0 comments on commit 536e420

Please sign in to comment.