Update 13_3_Setting_Up_a_Channel.md

This commit is contained in:
Javier Vargas 2020-07-28 12:50:48 +02:00 committed by GitHub
parent c817933acb
commit b6a6895ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,7 +218,8 @@ The funding_txid onchain is [9843c037f54a4660b297a9f2454e11d26d8659f084a284a5740
#### Channel capacity #### Channel capacity
As we said before both sides of the channel own a portion of its capacity. The amount on your side of the channel is called *local balance* and the amount on your peers side is called *remote balance*. Both balances can be updated many times without closing the channel (sending final balance to the blockchain), but the channel capacity cannot change without closing or splicing it. Next chapter we will deep creating and paying invoices. As we said before both sides of the channel own a portion of its capacity. The amount on your side of the channel is called *local balance* and the amount on your peers side is called *remote balance*. Both balances can be updated many times without closing the channel (sending final balance to the blockchain), but the channel capacity cannot change without closing or splicing it. The total capacity of a channel is the sum of the balance held by each participant in the channel.
Next chapter we will deep creating and paying invoices.
## Summary: Setting up a channel ## Summary: Setting up a channel