mirror of
https://github.com/runcitadel/core.git
synced 2024-12-27 23:25:41 +00:00
Remove lnbits workaround
This commit is contained in:
parent
00dfe7e791
commit
b8348308be
|
@ -98,7 +98,7 @@ if port == None:
|
|||
print("Error: No port found for {}".format(service))
|
||||
exit(1)
|
||||
|
||||
if service == "btcpay-server" or service == "lnbits":
|
||||
if service == "btcpay-server":
|
||||
port = 1234
|
||||
|
||||
if service == "lnme":
|
||||
|
|
Loading…
Reference in New Issue
Block a user