From 9aa0fdbd2cf1f0fce2a58adfd6048b6b6f084fe9 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Wed, 15 Feb 2023 11:42:39 +0200 Subject: [PATCH] chore: add `42` to supported NIPs --- models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.py b/models.py index 7e5761e..f9879bb 100644 --- a/models.py +++ b/models.py @@ -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": "", }