Skip to content

Commit bea6f9f

Browse files
committed
lint
1 parent bb4e1aa commit bea6f9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/account/participationRegistry.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import (
3636
//msgp:ignore ParticipationID
3737
type ParticipationID crypto.Digest
3838

39+
// IsZero returns true if the ParticipationID is all zero bytes.
3940
func (pid ParticipationID) IsZero() bool {
4041
return (crypto.Digest(pid)).IsZero()
4142
}

0 commit comments

Comments
 (0)