Skip to content

Commit

Permalink
Update validator/client/propose.go
Browse files Browse the repository at this point in the history
Co-authored-by: Radosław Kapka <[email protected]>
  • Loading branch information
james-prysm and rkapka authored Jan 22, 2024
1 parent aa34ba5 commit a58f927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/client/propose.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ func signVoluntaryExit(
return sig.Marshal(), nil
}

// GetGraffiti Gets the graffiti from cli or file for the validator public key.
// GetGraffiti gets the graffiti from cli or file for the validator public key.
func (v *validator) GetGraffiti(ctx context.Context, pubKey [fieldparams.BLSPubkeyLength]byte) ([]byte, error) {
// Check proposer settings first
if v.proposerSettings != nil {
Expand Down

0 comments on commit a58f927

Please sign in to comment.