mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-11 17:57:53 +01:00
add comment why CLightningWallet alias should be kept (#2065)
This commit is contained in:
parent
1ab68e80b3
commit
5473d9e940
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ from lnbits.wallets.base import Wallet
|
|||
|
||||
from .cliche import ClicheWallet
|
||||
from .corelightning import CoreLightningWallet
|
||||
|
||||
# The following import is intentional to keep backwards compatibility
|
||||
# for old configs that called it CLightningWallet. Do not remove.
|
||||
from .corelightning import CoreLightningWallet as CLightningWallet
|
||||
from .corelightningrest import CoreLightningRestWallet
|
||||
from .eclair import EclairWallet
|
||||
|
|
Loading…
Add table
Reference in a new issue