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 5f28c9c commit feb1a98
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 @@ -401,7 +401,7 @@ func (v *validator) GetGraffiti(ctx context.Context, pubKey [fieldparams.BLSPubk
}
}

// When specified, default graffiti from the command line takes the second priority.
// When specified, use default graffiti from the command line.
if len(v.graffiti) != 0 {
return bytesutil.PadTo(v.graffiti, 32), nil
}
Expand Down

0 comments on commit feb1a98

Please sign in to comment.