chore: add 42 to supported NIPs

This commit is contained in:
Vlad Stan 2023-02-15 11:42:39 +02:00
parent a8a2ef5e27
commit 9aa0fdbd2c

View file

@ -138,7 +138,7 @@ class NostrRelay(BaseModel):
) -> dict:
return {
"contact": "https://t.me/lnbits",
"supported_nips": [1, 9, 11, 15, 20, 22],
"supported_nips": [1, 9, 11, 15, 20, 22, 42],
"software": "LNbits",
"version": "",
}