From 9ad04525bd9069445263ad90f761b36f0aecb19c Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Thu, 23 Jul 2020 15:35:32 +0200 Subject: [PATCH] Update 13_4_Generate_a_Payment_Request.md --- 13_4_Generate_a_Payment_Request.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/13_4_Generate_a_Payment_Request.md b/13_4_Generate_a_Payment_Request.md index e796556..0e6c254 100644 --- a/13_4_Generate_a_Payment_Request.md +++ b/13_4_Generate_a_Payment_Request.md @@ -100,5 +100,14 @@ lnd$ lncli -n testnet addinvoice --amt 100000 --memo "First LN Payment - Learnin } ``` +## Summary: Generating a Payment request. + +In most cases you need to receive an invoice to use Lightning Network payments. In this example we've created on manually but in real cases you can buy products and services that will generate a respective invoice for it. + +## What's Next? + +Continue "Understanding Your Lightning Setup" with [ยง13.5: Paying_a_Invoice](13_5_Paying_a_Invoice.md). + +