From 9ef1f5316c49f9c0867b4fe8f80119113110f344 Mon Sep 17 00:00:00 2001 From: "myarbrough@oreilly.com" Date: Wed, 15 Oct 2014 08:28:24 -0700 Subject: [PATCH] Made changes to ch04.asciidoc --- ch04.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch04.asciidoc b/ch04.asciidoc index 1562e8d2..3f23d556 100644 --- a/ch04.asciidoc +++ b/ch04.asciidoc @@ -552,7 +552,7 @@ Another method for making keys is _deterministic key generation_. Here you deriv [TIP] ==== -Wallets contain keys, not coins. The coins are stored on the blockchain in the form of transaction-outputs (often noted as _vout_ or _txout_). Each user has a wallet containing keys. Wallets are really keychains containing pairs of private/public keys (See <>). Users sign transactions with the keys, thereby proving they own the transaction outputs (their coins). +Wallets contain keys, not coins. The coins are stored on the blockchain in the form of transaction-outputs (often noted as _vout_ or _txout_). Each user has a wallet containing keys. Wallets are really keychains containing pairs of private/public keys (See XREF-public_key]). Users sign transactions with the keys, thereby proving they own the transaction outputs (their coins). ==== [[random_wallet]]