Skip to content

Commit c665831

Browse files
authored
Merge pull request bitcoin#1510 from momodaka/bip0380
Update BIP-380: fix typo
2 parents d1cde72 + 3671465 commit c665831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0380.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This BIP is licensed under the BSD 2-clause license.
2626

2727
Bitcoin wallets traditionally have stored a set of keys which are later serialized and mutated to produce the output scripts that the wallet watches and the addresses it provides to users.
2828
Typically backups have consisted of solely the private keys, nowadays primarily in the form of BIP 39 mnemonics.
29-
However this backup solution is insuffient, especially since the introduction of Segregated Witness which added new output types.
29+
However this backup solution is insufficient, especially since the introduction of Segregated Witness which added new output types.
3030
Given just the private keys, it is not possible for restored wallets to know which kinds of output scripts and addresses to produce.
3131
This has lead to incompatibilities between wallets when restoring a backup or exporting data for a watch only wallet.
3232

@@ -238,7 +238,7 @@ Valid expressions:
238238
* Extended private key with hardened derivation and children: <tt>xprvA1RpRA33e1JQ7ifknakTFpgNXPmW2YvmhqLQYMmrj4xJXXWYpDPS3xz7iAxn8L39njGVyuoseXzU6rcxFLJ8HFsTjSyQbLYnMpCqE2VbFWc/3h/4h/5h/*h</tt>
239239
* Extended private key with key origin, hardened derivation and children: <tt>[deadbeef/0h/1h/2]xprvA1RpRA33e1JQ7ifknakTFpgNXPmW2YvmhqLQYMmrj4xJXXWYpDPS3xz7iAxn8L39njGVyuoseXzU6rcxFLJ8HFsTjSyQbLYnMpCqE2VbFWc/3h/4h/5h/*h</tt>
240240
241-
Invalid expressiosn:
241+
Invalid expression:
242242
243243
* Children indicator in key origin: <tt>[deadbeef/0h/0h/0h/*]0260b2003c386519fc9eadf2b5cf124dd8eea4c4e68d5e154050a9346ea98ce600</tt>
244244
* Trailing slash in key origin: <tt>[deadbeef/0h/0h/0h/]0260b2003c386519fc9eadf2b5cf124dd8eea4c4e68d5e154050a9346ea98ce600</tt>

0 commit comments

Comments
 (0)