mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-18 12:27:50 +02:00
start also with blitz without lightning
This commit is contained in:
parent
84fecd1dcc
commit
aa4435656b
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ class LightningConfig:
|
|||
elif self.ln_node == "clightning":
|
||||
# TODO: implement c-lightning
|
||||
pass
|
||||
elif self.ln_node == "":
|
||||
# its ok to run raspiblitz also without lightning
|
||||
pass
|
||||
else:
|
||||
raise NameError(
|
||||
f'Node type "{self.ln_node}" is unknown. Use "lnd" or "clightning"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue