remove lan stuff

This commit is contained in:
Matt Hill
2021-02-26 09:16:45 -07:00
committed by Aiden McClelland
parent 68eccdb63c
commit 92c297648c
11 changed files with 55 additions and 178 deletions

View File

@@ -25,7 +25,6 @@ export function toInstalledPreview (f: AppInstalledFull): AppInstalledPreview {
torAddress: f.torAddress,
ui: f.ui,
lanAddress: f.lanAddress,
lanEnabled: f.lanEnabled,
}
}
@@ -50,7 +49,6 @@ export const bitcoinI: AppInstalledFull = {
id: 'bitcoind',
versionInstalled: '0.18.1',
lanAddress: 'bitcoinLan.local',
lanEnabled: true,
title: 'Bitcoin Core',
torAddress: '4acth47i6kxnvkewtm6q7ib2s3ufpo5sqbsnzjpbi7utijcltosqemad.onion',
startAlert: 'Bitcoind could take a loooooong time to start. Please be patient.',
@@ -71,7 +69,6 @@ export const bitcoinI: AppInstalledFull = {
export const lightningI: AppInstalledFull = {
id: 'c-lightning',
lanAddress: 'lightningLan.local',
lanEnabled: true,
status: AppStatus.RUNNING,
title: 'C Lightning',
versionInstalled: '1.0.0',
@@ -97,7 +94,6 @@ export const lightningI: AppInstalledFull = {
export const cupsI: AppInstalledFull = {
id: 'cups',
lanAddress: 'cupsLan.local',
lanEnabled: false,
versionInstalled: '2.1.0',
title: 'Cups Messenger',
torAddress: 'sample-cups-tor-address.onion',