mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-19 10:28:58 +01:00
rename wallet options
This commit is contained in:
@@ -145,10 +145,10 @@ OPTIONS=()
|
|||||||
|
|
||||||
if [ "${lightning}" == "lnd" ] || [ "${lnd}" == "on" ]; then
|
if [ "${lightning}" == "lnd" ] || [ "${lnd}" == "on" ]; then
|
||||||
# Zap deactivated for now - see: https://github.com/rootzoll/raspiblitz/issues/2198#issuecomment-822808428
|
# Zap deactivated for now - see: https://github.com/rootzoll/raspiblitz/issues/2198#issuecomment-822808428
|
||||||
OPTIONS+=(ZEUS_IOS "Zeus Wallet (iOS)")
|
OPTIONS+=(ZEUS_IOS "Zeus to LND (iOS)")
|
||||||
OPTIONS+=(ZEUS_ANDROID "Zeus Wallet (Android)")
|
OPTIONS+=(ZEUS_ANDROID "Zeus to LND (Android)")
|
||||||
OPTIONS+=(SPHINX "Sphinx Chat (Android or iOS)")
|
OPTIONS+=(SPHINX "Sphinx Chat to LND (Android/iOS)")
|
||||||
OPTIONS+=(SENDMANY_ANDROID "SendMany (Android)")
|
OPTIONS+=(SENDMANY_ANDROID "SendMany to LND (Android)")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${lightning}" == "cl" ] || [ "${cl}" == "on" ]; then
|
if [ "${lightning}" == "cl" ] || [ "${cl}" == "on" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user