mirror of
https://github.com/lnbook/lnbook
synced 2024-11-04 18:00:26 +00:00
ch01: uni-directional channels are not widely used, but useful
This commit is contained in:
parent
4b401cc39a
commit
be546a9977
@ -88,7 +88,7 @@ You can watch a video explaining the construction and operation of unidirectiona
|
||||
|
||||
Surprisingly both properties took quite some while until the community figured them out.
|
||||
Technically speaking the unidirectional payment channel has all the important ingredients (funding transaction to a 2-2 multisignature wallet, a transaction spending from the wallet encoding the balance, a timelock to allow refunding if the other side becomes unresponsive, off chain communication and the fact that no additional trust other than the one in the bitcoin network) of modern payment channels which are used in the LN.
|
||||
Despite being rather useless in today's world we will study the unidirectional payment channel in more depth in this book as it is an easy to understand educational example to approach the construction of today's payment channels.
|
||||
Despite being widely used in today's world, we will study the unidirectional payment channel in more depth in this book as it is an easy to understand educational example to approach the construction of today's payment channels.
|
||||
This setup has one safety issue as transactions have been malleable without the segwit upgrade.
|
||||
A problem that needed to be solved for any payment channel construction that we know up till today and which has been fixed in August 2017.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user