From 8a1c83659bd15a75d08646a0444d7e78d75aab1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa?= Date: Wed, 23 May 2018 15:07:29 +0200 Subject: [PATCH] fixed example in Table 5-6. HD wallet path examples --- ch05.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ch05.asciidoc b/ch05.asciidoc index ffe8db8d..3d2ce40c 100644 --- a/ch05.asciidoc +++ b/ch05.asciidoc @@ -453,10 +453,10 @@ The "ancestry" of a key is read from right to left, until you reach the master k |======= |HD path | Key described | m/0 | The first (0) child private key from the master private key (m) -| m/0/0 | The first grandchild private key from the first child (m/0) -| m/0'/0 | The first normal grandchild from the first _hardened_ child (m/0') -| m/1/0 | The first grandchild private key from the second child (m/1) -| M/23/17/0/0 | The first great-great-grandchild public key from the first great-grandchild from the 18th grandchild from the 24th child +| m/0/0 | The first (0) child private key from the first child (m/0) +| m/0'/0 | The first (0) normal child from the first _hardened_ child (m/0') +| m/1/0 | The first (0) child private key from the second child (m/1) +| M/23/17/0/0 | The first (0) child public key from the first child (M/23/17/0) from the 18th child (M/23/17) from the 24th child (M/23) |======= ===== Navigating the HD wallet tree structure