1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-14 03:48:58 +00:00

Edited ch05_wallets.adoc with Atlas code editor

This commit is contained in:
claylock 2023-10-26 17:36:35 +00:00
parent c4fdc77863
commit 48a877f8c1

View File

@ -25,8 +25,8 @@ In those cases, we'll describe the various options available.
Wallets for physical cash hold that cash,
so it's unsurprising that many people mistakenly believe that
Bitcoin wallets contain bitcoins. In fact, what many people call a
Bitcoin wallet--which we call a <em>wallet database</em> to distinguish it
from wallet applications--contains only keys. Those keys are associated
Bitcoin walletwhich we call a <em>wallet database</em> to distinguish it
from wallet applicationscontains only keys. Those keys are associated
with bitcoins recorded on the blockchain. By proving to Bitcoin full nodes that you
control the keys, you can spend the associated bitcoins.
</p>