From 9dbe0a50f74c3516b00c0d2806c5f3b724768177 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Tue, 12 Oct 2021 19:10:03 +0100 Subject: [PATCH] ZIP 32: minor wording changes. Signed-off-by: Daira Hopwood --- zip-0032.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zip-0032.rst b/zip-0032.rst index 0b579b6f..d644c273 100644 --- a/zip-0032.rst +++ b/zip-0032.rst @@ -62,8 +62,8 @@ advantages over random generation: from all future addresses. - Keys are arranged into a tree of chains, enabling wallets to represent "accounts" or other high-level structures. -- View authority or spend authority can be delegated independently for sub-trees without compromising the - master seed. +- Viewing authority or spending authority can be delegated independently for sub-trees without compromising + the master seed. At present, no such equivalent exists for Zcash's shielded addresses. This is of particular concern for hardware wallets; all currently-marketed devices only store a seed internally, and have trained their users @@ -401,9 +401,9 @@ hardened derivation: - :math:`purpose`: a constant set to :math:`32'` (or :math:`\texttt{0x80000020}`) following the BIP 43 recommendation. It indicates that the subtree of this node is used according to this specification. -- :math:`coin\_type`: a constant identifying the cybercoin that this subtree's keys are used with. For +- :math:`coin\_type`: a constant identifying the cryptocurrency that this subtree's keys are used with. For compatibility with existing BIP 44 implementations, we use the same constants as defined in SLIP 44 - [#slip-0044]_. Note that in keeping with that document, all cybercoin testnets share :math:`coin\_type` + [#slip-0044]_. Note that in keeping with that document, all cryptocurrency testnets share :math:`coin\_type` index :math:`1`. - :math:`account`: numbered from index :math:`0` in sequentially increasing manner. Defined as in