mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-13 06:09:47 +02:00
remive debug exits
This commit is contained in:
parent
c1ab921c8e
commit
042e26bd36
@ -31,7 +31,6 @@ if [ ${openChannels} -gt 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
echo "..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# check if money is waiting to get confirmed
|
||||
@ -42,7 +41,6 @@ if [ ${unconfirmed} -gt 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
echo "..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# let user enter the address
|
||||
|
Loading…
x
Reference in New Issue
Block a user