Earlier quoted context omitted.
Interesting. So it's like lots of little ledgers, each channel stays open until N number of transactions between two people complete, then the finally tally is pushed onchain when the channel closes. Am I wrong to thing this sounds a little risky? Like, that channel could be "lost" after the goods/services were exchanged, leaving the seller holding the bag. I don't understand what kind of recourse the seller has to L…
Each update to the channel is a new transaction that references the opening transaction, on each update, this transaction is replaced with a new one, so in practice only the last transaction is kept (old transactions become dangerous to publish) To know how they update trustlessly you should read my other comment https://news.ycombinator.com/item?id=27451184 LN eliminates the need of escrow completely by using bitcoi…
I'm out of the loop, I didn't realize bitcoin had contracts yet. Cool.