Remove lnbits workaround

This commit is contained in:
Aaron Dewes 2022-02-14 17:52:17 +01:00
parent 00dfe7e791
commit b8348308be

View File

@ -98,7 +98,7 @@ if port == None:
print("Error: No port found for {}".format(service)) print("Error: No port found for {}".format(service))
exit(1) exit(1)
if service == "btcpay-server" or service == "lnbits": if service == "btcpay-server":
port = 1234 port = 1234
if service == "lnme": if service == "lnme":