Skip to content

Commit

Permalink
nip11: "restricted_writes".
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 18, 2023
1 parent 0cfaa0d commit fe32ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nip11/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ type RelayLimitationDocument struct {
MinPowDifficulty int `json:"min_pow_difficulty,omitempty"`
AuthRequired bool `json:"auth_required"`
PaymentRequired bool `json:"payment_required"`
RestrictedWrites bool `json:"restricted_writes"`
}

type RelayFeesDocument struct {
Expand Down

0 comments on commit fe32ecd

Please sign in to comment.