mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-03 17:37:04 +01:00
better output
This commit is contained in:
parent
0197988b8e
commit
f7139d73ec
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ else
|
||||||
rhash=$(echo "$result" | grep r_hash | cut -d '"' -f4)
|
rhash=$(echo "$result" | grep r_hash | cut -d '"' -f4)
|
||||||
payReq=$(echo "$result" | grep pay_req | cut -d '"' -f4)
|
payReq=$(echo "$result" | grep pay_req | cut -d '"' -f4)
|
||||||
echo "Give this Invoice/PaymentRequest to someone to pay it:"
|
echo "Give this Invoice/PaymentRequest to someone to pay it:"
|
||||||
|
echo ""
|
||||||
echo ${payReq}
|
echo ${payReq}
|
||||||
echo ""
|
echo ""
|
||||||
echo "You can use 'lncli lookupinvoice ${rhash}' to check the payment. "
|
echo "You can use 'lncli lookupinvoice ${rhash}' to check the payment. "
|
||||||
|
|
Loading…
Add table
Reference in a new issue