diff options
author | Alexander Cyon <alex.cyon@gmail.com> | 2024-05-28 19:25:46 +0200 |
---|---|---|
committer | Alexander Cyon <alex.cyon@gmail.com> | 2024-05-28 19:25:46 +0200 |
commit | 1eefea0456d661b4c51f3a40b7262d6a99161edd (patch) | |
tree | 4f84740d22e4220a8c0488e1932d6ee8b3841547 /bip-0389.mediawiki | |
parent | e2f7481a132e1c5863f5ffcbff009964d7c2af20 (diff) |
Fix typos on 17 files.
Diffstat (limited to 'bip-0389.mediawiki')
-rw-r--r-- | bip-0389.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0389.mediawiki b/bip-0389.mediawiki index 500d7e3..72121b7 100644 --- a/bip-0389.mediawiki +++ b/bip-0389.mediawiki @@ -36,7 +36,7 @@ For extended keys and their derivations paths in a Key Expression, BIP 380 state ** Followed by zero or more <tt>/NUM</tt> or <tt>/NUMh</tt> path elements indicating BIP 32 derivation steps to be taken after the given extended key. ** Optionally followed by a single <tt>/*</tt> or <tt>/*h</tt> final step to denote all direct unhardened or hardened children. -This is modifed to state: +This is modified to state: * <tt>xpub</tt> encoded extended public key or <tt>xprv</tt> encoded extended private key (as defined in BIP 32) ** Followed by zero or more <tt>/NUM</tt> (may be followed by <tt>h</tt>, <tt>H</tt>, or <tt>'</tt> to indicate a hardened step) path elements indicating BIP 32 derivation steps to be taken after the given extended key. |