add zbd to settings

update api methods

add zbd as funding source to settings and js

fix statuses

cast str into int for status method

fix outbound payment hash issue

restore create_invoice

remove print stmts
This commit is contained in:
bitkarrot
2024-02-23 16:11:27 -03:00
committed by Pavol Rusnak
parent d69946db8a
commit d20a35eddc
4 changed files with 76 additions and 31 deletions
+1 -1
View File
@@ -8,7 +8,6 @@ from lnbits.settings import settings
from lnbits.wallets.base import Wallet
from .alby import AlbyWallet
from .zbd import ZBDWallet
from .cliche import ClicheWallet
from .corelightning import CoreLightningWallet
@@ -26,6 +25,7 @@ from .lntips import LnTipsWallet
from .opennode import OpenNodeWallet
from .spark import SparkWallet
from .void import VoidWallet
from .zbd import ZBDWallet
def set_wallet_class(class_name: Optional[str] = None):