Mega-merge 3: CLN update client lib with descriptionhash support (WIP) (#792)

* CoreLightningWallet
This commit is contained in:
calle
2022-08-01 16:41:50 +02:00
committed by GitHub
parent f1ec7e33f0
commit 9c19b61e4a
6 changed files with 63 additions and 48 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
# flake8: noqa
from .cliche import ClicheWallet
from .clightning import CLightningWallet
from .cln import CoreLightningWallet # legacy .env support
from .cln import CoreLightningWallet as CLightningWallet
from .eclair import EclairWallet
from .fake import FakeWallet
from .lnbits import LNbitsWallet