better output

This commit is contained in:
rootzoll 2018-08-09 15:09:25 +02:00
parent 0197988b8e
commit f7139d73ec

View file

@ -80,6 +80,7 @@ else
rhash=$(echo "$result" | grep r_hash | cut -d '"' -f4)
payReq=$(echo "$result" | grep pay_req | cut -d '"' -f4)
echo "Give this Invoice/PaymentRequest to someone to pay it:"
echo ""
echo ${payReq}
echo ""
echo "You can use 'lncli lookupinvoice ${rhash}' to check the payment. "