mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
fix typos
This commit is contained in:
parent
2481f8ffa6
commit
c680a364df
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ else
|
|||
echo
|
||||
echo "${payReq}"
|
||||
echo
|
||||
echo "Monitoring Incomming Payment with:"
|
||||
echo "Monitoring the Incoming Payment with:"
|
||||
echo "lncli --chain=${network} --network=${chain}net lookupinvoice ${rhash}"
|
||||
echo "Press x and hold to skip to menu."
|
||||
|
||||
|
|
|
@ -261,7 +261,7 @@ HiddenServicePort 80 127.0.0.1:80
|
|||
HiddenServiceDir /mnt/hdd/tor/lndrpc10009/
|
||||
HiddenServicePort 80 127.0.0.1:10009
|
||||
|
||||
# Hidden Service v3 for LND incomming connections (just in case)
|
||||
# Hidden Service v3 for LND incoming connections (just in case)
|
||||
# https://trac.torproject.org/projects/tor/wiki/doc/NextGenOnions#Howtosetupyourownprop224service
|
||||
HiddenServiceDir /mnt/hdd/tor/lnd9735
|
||||
HiddenServiceVersion 3
|
||||
|
|
Loading…
Add table
Reference in a new issue