fix cln setting
This commit is contained in:
parent
1d509fb9d2
commit
385cda47cf
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class CoreLightningWallet(Wallet):
|
|||
"The `pyln-client` library must be installed to use `CoreLightningWallet`."
|
||||
)
|
||||
|
||||
self.rpc = settings.corelightning_rpc or settings.clightning_rpc
|
||||
self.rpc = settings.corelightning_rpc
|
||||
self.ln = LightningRpc(self.rpc)
|
||||
|
||||
# check if description_hash is supported (from CLN>=v0.11.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue