mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 20:24:39 +02:00
PEERING: no error if only pubkey is given for cln
This commit is contained in:
@@ -68,7 +68,7 @@ info=""
|
||||
if [ ${#_input} -lt 10 ]; then
|
||||
win=0
|
||||
info="node pubkey@host info is too short"
|
||||
else
|
||||
elif [ $LNTYPE = lnd ];then
|
||||
gotAt=$(echo $_input | grep '@' -c)
|
||||
if [ ${gotAt} -eq 0 ]; then
|
||||
win=0
|
||||
|
Reference in New Issue
Block a user