From f8f9de36a3f3991bf64c353f46c98a980462d5a6 Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Thu, 23 Jul 2020 22:17:01 +0200 Subject: [PATCH] Update 13_4_Generate_a_Payment_Request.md --- 13_4_Generate_a_Payment_Request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13_4_Generate_a_Payment_Request.md b/13_4_Generate_a_Payment_Request.md index 0e6c254..8c51ffe 100644 --- a/13_4_Generate_a_Payment_Request.md +++ b/13_4_Generate_a_Payment_Request.md @@ -3,7 +3,7 @@ > :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. -This chapter shows what is and how to create a payment request. For this example we've created a second lightning node using LND implementation to create an invoice to pay using our main c-lighting installation in next chapter. We will refer to this instance using `lnd$ ` prompt shell to indicate place where we'll generate LND commands. If you want to reproduce this steps you should use Bitcoin Standup to create a second machine and install LND. +This chapter shows what is and how to create a payment request. For this example we've created a second lightning node using LND implementation to create an invoice to be payed later using our main c-lighting installation in next chapter. We will refer to this instance using `lnd$ ` prompt shell to indicate place where we'll generate LND commands. If you want to reproduce this steps you should use Bitcoin Standup to create a second machine and install LND. > :book: ***What is an invoice