feat: toggle holdinvoice depending on fundingsource Feature (#3262)

This commit is contained in:
dni ⚡
2025-07-15 11:15:16 +02:00
parent f91c933919
commit 5e9919c5c5
7 changed files with 9 additions and 2 deletions
+1
View File
@@ -987,6 +987,7 @@ class TransientSettings(InstalledExtensionsSettings, ExchangeHistorySettings):
server_startup_time: int = Field(default=time())
has_holdinvoice: bool = Field(default=False)
has_nodemanager: bool = Field(default=False)
@property