Skip to content

Commit

Permalink
remove nip11 min_prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 18, 2023
1 parent b33fe37 commit f3c081f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nip11/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ type RelayLimitationDocument struct {
MaxFilters int `json:"max_filters,omitempty"`
MaxLimit int `json:"max_limit,omitempty"`
MaxSubidLength int `json:"max_subid_length,omitempty"`
MinPrefix int `json:"min_prefix,omitempty"`
MaxEventTags int `json:"max_event_tags,omitempty"`
MaxContentLength int `json:"max_content_length,omitempty"`
MinPowDifficulty int `json:"min_pow_difficulty,omitempty"`
Expand Down

0 comments on commit f3c081f

Please sign in to comment.