mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-04 10:26:21 +02:00
add comment why CLightningWallet alias should be kept (#2065)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user