2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-04 18:00:26 +00:00

Update 03_how_ln_works.asciidoc (#684)

Typo.

Co-authored-by: Rene Pickhardt <rene@rene-pickhardt.de>
This commit is contained in:
Franky 2021-07-26 17:18:16 +02:00 committed by GitHub
parent 013e04fd2a
commit c9c9883b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,7 +299,7 @@ Usually, your Lightning Network software will automatically select the best clos
Mutual close is when both channel partners agree to close a channel and is the preferred method of channel closure.
When you decide that you want to close a channel, your Lightning Network node will inform your channel partner about your intention.
Now both your node and the channel parter's node work together to close the channel.
Now both your node and the channel partner's node work together to close the channel.
No new routing attempts will be accepted from either channel partner and any ongoing routing attempts will be settled or removed after they time out.
Finalizing the routing attempts takes time, so a mutual close can also take some time to complete.