diff --git a/03_how_ln_works.asciidoc b/03_how_ln_works.asciidoc index 842bd3a..75f5642 100644 --- a/03_how_ln_works.asciidoc +++ b/03_how_ln_works.asciidoc @@ -77,9 +77,11 @@ Beyond all the technical primitives, the Lightning Network protocol is a creativ As we saw in the previous chapter, Alice used her wallet software to create a payment channel between her and another Lightning Network participant. A channel is only limited by three things: -First, the time it takes for the internet to transfer the few hundred bytes of data that the protocol requires to move funds from one end of the channel to the other. -Second, the capacity of the channel, meaning the amount of bitcoin that is committed to the channel when it is opened. -Third, the maximum size limit of a Bitcoin transaction also limits the number of incomplete (in progress) routed payments that can be carried simultaneously over a channel. +* First, the time it takes for the internet to transfer the few hundred bytes of data that the protocol requires to move funds from one end of the channel to the other. + +* Second, the capacity of the channel, meaning the amount of bitcoin that is committed to the channel when it is opened. + +* Third, the maximum size limit of a Bitcoin transaction also limits the number of incomplete (in progress) routed payments that can be carried simultaneously over a channel. Payment channels have a few very interesting and useful properties: