Skip to content

Commit

Permalink
lifts min length of tagged payload
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-moser committed Feb 25, 2022
1 parent 1fc9e67 commit 449cb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagged_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
// TaggedPayloadTagMaxLength defines the max length of the tag within a TaggedData payload.
TaggedPayloadTagMaxLength = 64
// TaggedPayloadTagMinLength defines the min length of the tag within a TaggedData payload.
TaggedPayloadTagMinLength = 1
TaggedPayloadTagMinLength = 0
)

var (
Expand Down

0 comments on commit 449cb45

Please sign in to comment.