2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-18 21:28:03 +00:00

Minor correction when"S"

When does not need "s"
This commit is contained in:
Hugo Doyon 2020-05-06 10:57:39 -04:00 committed by GitHub
parent cba3c55ff8
commit 0c5a5a0468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -573,7 +573,7 @@ In this context, the Bitcoin blockchain acts as a court system; recording the in
==== 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 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.