Skip to content

Commit

Permalink
importwallet: fix import through Tor
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Aug 12, 2020
1 parent 014efbd commit a6aadbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/info.importwallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [ "${CHOICE}" = "LAN" ]; then
localip=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')
elif [ "${CHOICE}" = "TOR" ]; then
# set up a Hidden Service for ssh
./install.hiddenservice.sh ssh 22 22
/home/joinmarket/install.hiddenservice.sh ssh 22 22
TOR_ADDRESS=$(sudo cat $HiddenServiceDir/ssh/hostname)
fi

Expand Down

0 comments on commit a6aadbf

Please sign in to comment.