mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-10 04:04:19 +01:00
add nut-14 as supported in info endpoint (#647)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user