initial scaffolding for zbd wallet

This commit is contained in:
bitkarrot
2024-02-23 16:11:27 -03:00
committed by Pavol Rusnak
parent ddab4075d2
commit d69946db8a
7 changed files with 157 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ 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