You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bip-0380.mediawiki
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This BIP is licensed under the BSD 2-clause license.
26
26
27
27
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.
28
28
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.
30
30
Given just the private keys, it is not possible for restored wallets to know which kinds of output scripts and addresses to produce.
31
31
This has lead to incompatibilities between wallets when restoring a backup or exporting data for a watch only wallet.
32
32
@@ -238,7 +238,7 @@ Valid expressions:
238
238
* Extended private key with hardened derivation and children: <tt>xprvA1RpRA33e1JQ7ifknakTFpgNXPmW2YvmhqLQYMmrj4xJXXWYpDPS3xz7iAxn8L39njGVyuoseXzU6rcxFLJ8HFsTjSyQbLYnMpCqE2VbFWc/3h/4h/5h/*h</tt>
239
239
* Extended private key with key origin, hardened derivation and children: <tt>[deadbeef/0h/1h/2]xprvA1RpRA33e1JQ7ifknakTFpgNXPmW2YvmhqLQYMmrj4xJXXWYpDPS3xz7iAxn8L39njGVyuoseXzU6rcxFLJ8HFsTjSyQbLYnMpCqE2VbFWc/3h/4h/5h/*h</tt>
240
240
241
-
Invalid expressiosn:
241
+
Invalid expression:
242
242
243
243
* Children indicator in key origin: <tt>[deadbeef/0h/0h/0h/*]0260b2003c386519fc9eadf2b5cf124dd8eea4c4e68d5e154050a9346ea98ce600</tt>
244
244
* Trailing slash in key origin: <tt>[deadbeef/0h/0h/0h/]0260b2003c386519fc9eadf2b5cf124dd8eea4c4e68d5e154050a9346ea98ce600</tt>
0 commit comments