Remove hardening from example public-key HD path

Hardened derivation is undefined for an extended FVK
This commit is contained in:
Jack Grigg 2018-07-04 00:24:42 +01:00 committed by Daira Hopwood
parent 9596aedaa0
commit da683d31b9
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ We adapt the path notation of BIP 32 [#bip-0032]_ to describe shielded HD paths,
indicate hardened derivation as in BIP 44 [#bip-0044]_:
- CDKsk(CDKsk(CDKsk(m\ :sub:`Sprout`\ , a'), b), c) is written as m\ :sub:`Sprout` / a' / b / c
- CDKfvk(CDKfvk(CDKfvk(M\ :sub:`Sapling`\ , a), b'), c) is written as M\ :sub:`Sapling` / a / b' / c
- CDKfvk(CDKfvk(CDKfvk(M\ :sub:`Sapling`\ , a), b), c) is written as M\ :sub:`Sapling` / a / b / c
Specification: Sapling key derivation