deprecate testnet setting

This commit is contained in:
openoms
2021-05-28 23:19:25 +01:00
parent 3b1da04370
commit 655094eb34

View File

@@ -85,7 +85,7 @@ if [ "${displayClass}" == "lcd" ]; then
fi
OPTIONS+=(a 'Channel Autopilot' ${autoPilot})
OPTIONS+=(k 'Accept Keysend' ${keysend})
OPTIONS+=(n 'Testnet' ${chainValue})
# OPTIONS+=(n 'Testnet' ${chainValue}) #TODO remove related code
OPTIONS+=(c 'Circuitbreaker (LND firewall)' ${circuitbreaker})
OPTIONS+=(u 'LND Auto-Unlock' ${autoUnlock})
OPTIONS+=(d 'StaticChannelBackup on DropBox' ${DropboxBackup})