From a6863b0068c3db6ce2715dddd1e4f40dce850ef9 Mon Sep 17 00:00:00 2001 From: blip151 <57341793+blip151@users.noreply.github.com> Date: Wed, 6 Nov 2019 16:18:44 +1000 Subject: [PATCH] Update glossary.asciidoc It's not an exact comparison because you could have many email addresses and a single bitcoin amount could be sent to many more than one of your bitcoin addresses. From a reader's viewpoint, I feel that the new text makes the flow of the sentence clearer without getting pedantic. --- glossary.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.asciidoc b/glossary.asciidoc index 5e0ca4af..b40dcdf9 100644 --- a/glossary.asciidoc +++ b/glossary.asciidoc @@ -4,7 +4,7 @@ This quick glossary contains many of the terms used in relation to bitcoin. These terms are used throughout the book, so bookmark this for a quick reference. address:: - A bitcoin address looks like +1DSrfJdB2AnWaFNgSbv3MZC2m74996JafV+. It consists of a string of letters and numbers. It's really an encoded base58check version of a public key 160-bit hash. Just as you ask others to send an email to your email address, you would ask others to send you bitcoin to one of your bitcoin addresses. + A bitcoin address looks like +1DSrfJdB2AnWaFNgSbv3MZC2m74996JafV+. It consists of a string of letters and numbers. It's really an encoded base58check version of a public key 160-bit hash. Just as you ask others to send an email to your email address, you would ask others to send bitcoin to you at one of your bitcoin addresses. bip:: Bitcoin Improvement Proposals. A set of proposals that members of the bitcoin community have submitted to improve bitcoin. For example, BIP-21 is a proposal to improve the bitcoin uniform resource identifier (URI) scheme.