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

Merge remote-tracking branch 'github/develop' into develop

This commit is contained in:
Andreas M. Antonopoulos 2021-10-18 14:39:54 +02:00
commit ce50501fad

View File

@ -650,7 +650,7 @@ On Lightning, payments do not require inputs to be consumed. Instead, each payme
As many possible channels and paths can be used to make a payment, the Lightning user's choice of channels and paths is somewhat analogous to the Bitcoin user's choice of UTXO.
With technologies such as Atomic Multi-Path (AMP) and Multi-Path Payments (MPP), which we will review in subsequent chapters, several Lightning paths can be aggregated into a single atomic payment, just like several Bitcoin UTXO can be aggregated into a single atomic Bitcoin transaction.
With Multi-Part Payments (MPP), which we will review in subsequent chapters, several Lightning paths can be aggregated into a single atomic payment, just like several Bitcoin UTXO can be aggregated into a single atomic Bitcoin transaction.
==== Change Outputs On Bitcoin vs. No Change On Lightning