mirror of
https://github.com/lnbook/lnbook
synced 2024-11-18 21:28:03 +00:00
Merge pull request #222 from HugoDoyon/patch-9
Minor correction when"S"
This commit is contained in:
commit
2d2f7285d1
@ -573,7 +573,7 @@ In this context, the Bitcoin blockchain acts as a court system; recording the in
|
|||||||
|
|
||||||
==== Offline vs Online, Asynchronous vs Synchronous
|
==== Offline vs Online, Asynchronous vs Synchronous
|
||||||
|
|
||||||
Whens a Bitcoin user sends funds to a destination address he does not need to know anything about the recipient.
|
When a Bitcoin user sends funds to a destination address he does not need to know anything about the recipient.
|
||||||
The recipient could be logically speaking "online" (e.g. run a node) or could be "offline" (e.g. does not run a node, does not use any wallet currently).
|
The recipient could be logically speaking "online" (e.g. run a node) or could be "offline" (e.g. does not run a node, does not use any wallet currently).
|
||||||
The transaction is registered in the blockchain, and at any later point in time the recipient can have a look at it and see that has has received funds in the past.
|
The transaction is registered in the blockchain, and at any later point in time the recipient can have a look at it and see that has has received funds in the past.
|
||||||
In Bitcoin, the recipient can be "offline" and the interaction is asynchronous, sender and receiver do not need to synchronize in any way.
|
In Bitcoin, the recipient can be "offline" and the interaction is asynchronous, sender and receiver do not need to synchronize in any way.
|
||||||
|
Loading…
Reference in New Issue
Block a user