summaryrefslogtreecommitdiff
path: root/protocol/tags.go
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/tags.go')
-rw-r--r--protocol/tags.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/tags.go b/protocol/tags.go
index 7f448a762..0cab25628 100644
--- a/protocol/tags.go
+++ b/protocol/tags.go
@@ -23,6 +23,7 @@ type Tag string
// Tags, in lexicographic sort order of tag values to avoid duplicates.
// These tags must not contain a comma character because lists of tags
// are encoded using a comma separator (see network/msgOfInterest.go).
+// The tags must be 2 bytes long.
const (
UnknownMsgTag Tag = "??"
AgreementVoteTag Tag = "AV"