Skip to content

Commit

Permalink
Allow unhardened derivation steps for key origin
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Jan 24, 2023
1 parent fd3b84d commit dfa2645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip-wallet-policies.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Each element of the key origin information vector is a <tt>KEY</tt> expression.
* Optionally, key origin information, consisting of:
** An open bracket <tt>[</tt>
** Exactly 8 hex characters for the fingerprint of the master key from which this key is derived from (see [[bip-0032.mediawiki|BIP-32]] for details)
** Followed by zero or more <tt>/NUM'</tt> path elements to indicate hardened derivation steps between the fingerprint and the xpub that follows
** Followed by zero or more <tt>/NUM'</tt> or <tt>/NUM</tt> path elements to indicate hardened or unhardened derivation steps between the fingerprint and the xpub that follows
** A closing bracket <tt>]</tt>
* Followed by the actual key, which is a serialized extended public key (as defined in [[bip-0032.mediawiki|BIP-32]]).
Expand Down

0 comments on commit dfa2645

Please sign in to comment.