Browse Source

better output

#146
rootzoll 7 years ago
parent
commit
f7139d73ec
  1. 1
      home.admin/BBcreateInvoice.sh

1
home.admin/BBcreateInvoice.sh

@ -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. "

Loading…
Cancel
Save