chore: add 42 to supported NIPs
This commit is contained in:
parent
a8a2ef5e27
commit
9aa0fdbd2c
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ class NostrRelay(BaseModel):
|
||||||
) -> dict:
|
) -> dict:
|
||||||
return {
|
return {
|
||||||
"contact": "https://t.me/lnbits",
|
"contact": "https://t.me/lnbits",
|
||||||
"supported_nips": [1, 9, 11, 15, 20, 22],
|
"supported_nips": [1, 9, 11, 15, 20, 22, 42],
|
||||||
"software": "LNbits",
|
"software": "LNbits",
|
||||||
"version": "",
|
"version": "",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue