mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-04 01:48:23 +02:00
send many on TOR just local
This commit is contained in:
parent
d4438937cd
commit
0b67071a93
@ -94,10 +94,13 @@ elif [ "${targetWallet}" = "sendmany-android" ]; then
|
||||
|
||||
connector="lndconnect"
|
||||
if [ ${forceTOR} -eq 1 ]; then
|
||||
echo "error='no tor support'"
|
||||
exit 1
|
||||
# echo "error='no tor support'"
|
||||
# exit 1
|
||||
#port="8080"
|
||||
#extraparameter="--nocert"
|
||||
# deactivate TOR for now, because address is too long QR code is too big to be scanned by
|
||||
# app and so just make it possible to use local.
|
||||
forceTOR=0
|
||||
fi
|
||||
port="10009"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user