mirror of
https://github.com/lnbook/lnbook
synced 2024-11-15 00:15:05 +00:00
Edited 03_how_ln_works.asciidoc with Atlas code editor
This commit is contained in:
parent
44a7bc059a
commit
0e9f97e766
@ -728,7 +728,7 @@ If Alice tries to cheat by submitting the opening state of the channel to the Bi
|
||||
For the Lightning Network, the Bitcoin blockchain acts as a court system.
|
||||
Like a robotic judge, Bitcoin records the initial and final balances of each channel and approves penalties if one of the parties tries to cheat.
|
||||
|
||||
==== Offline versus Online, Asynchronous Versus Synchronous
|
||||
==== Offline Versus Online, Asynchronous Versus Synchronous
|
||||
|
||||
((("Bitcoin–Lightning Network comparisons","minimum payment size: satoshi versus millisatoshi")))((("Bitcoin–Lightning Network comparisons","payment activity: asynchronous versus synchronous")))((("millisatoshi")))((("satoshi")))When a Bitcoin user sends funds to a destination address, they do not need to know anything about the recipient. The recipient might be offline or online, and no interaction between sender and recipient is needed. The interaction is between sender and the Bitcoin blockchain. Receiving bitcoin on the Bitcoin blockchain is a _passive_ and _asynchronous_ activity that does not require any interaction by the recipient or for the recipient to be online at any time. Bitcoin addresses can even be generated offline and are never "registered" with the Bitcoin network. Only spending bitcoin requires interaction.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user