add nut-14 as supported in info endpoint (#647)

This commit is contained in:
elnosh
2024-11-05 07:52:09 -05:00
committed by GitHub
parent b5afdfd598
commit 9cdfba52a3
2 changed files with 3 additions and 0 deletions

View File

@@ -9,5 +9,6 @@ SCRIPT_NUT = 10
P2PK_NUT = 11
DLEQ_NUT = 12
DETERMINSTIC_SECRETS_NUT = 13
HTLC_NUT = 14
MPP_NUT = 15
WEBSOCKETS_NUT = 17

View File

@@ -8,6 +8,7 @@ from ..core.models import (
from ..core.nuts import (
DLEQ_NUT,
FEE_RETURN_NUT,
HTLC_NUT,
MELT_NUT,
MINT_NUT,
MPP_NUT,
@@ -58,6 +59,7 @@ class LedgerFeatures(SupportsBackends):
SCRIPT_NUT: supported_dict,
P2PK_NUT: supported_dict,
DLEQ_NUT: supported_dict,
HTLC_NUT: supported_dict,
}
# signal which method-unit pairs support MPP