From 53f9f79a9d67771e729765a0f07ed6f901d5ee8b Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Mon, 27 Jul 2020 18:15:05 +0200 Subject: [PATCH] Update 13_5_Paying_a_Invoice.md --- 13_5_Paying_a_Invoice.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/13_5_Paying_a_Invoice.md b/13_5_Paying_a_Invoice.md index da338c3..c242dc2 100644 --- a/13_5_Paying_a_Invoice.md +++ b/13_5_Paying_a_Invoice.md @@ -135,3 +135,11 @@ c$ lightning-cli --network=testnet listfunds ] } ``` + +## Summary: Paying a Invoice + +We've created an invoice by 100.000 satoshis using a second machine and we've payed it using our main Lightning network node c-lightning. The channel was created with an initial amount of 280000 satoshis. This is called Total capacity channel. Later we've payed invoice we proved local balance was reduced remaining at 180.000 satoshis. + +## What's Next? + +Continue "Understanding Your Lightning Setup" with [ยง13.6: Close a Channel](13_6_Close_channel.md).