Skip to content

Commit dd26d81

Browse files
committed
removed temp BIP number
1 parent 39a5c1b commit dd26d81

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

bip-draft.mediawiki

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
<pre>
2-
BIP: 999*
2+
BIP: TBD
33
Layer: Applications
44
Title: Pay to Contract Protocol
55
Author: Omar Shibli <[email protected]>
66
Nicholas Gregory <[email protected]>
77
Comments-Summary: No comments yet.
8-
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0999
8+
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-TBD
99
Status: Draft
1010
Type: Informational Track
1111
Created: 2017-07-17
1212
License: BSD-2-Clause
1313
</pre>
1414

15-
&ast; 999 is a temporary BIP number.
16-
1715
==Abstract==
1816

1917
Utilizing hierarchical deterministic wallets as described in BIP-0032 and the "Purpose Field" in BIP-0043, this document specifies the multiparty pay-to-contract key derivation scheme outlined by Ilja Gerhardt and Timo Hanke.[0]
@@ -62,10 +60,10 @@ Each level has special meaning described in the chapters below.
6260

6361
===Purpose===
6462

65-
Purpose is a constant set to <code>999'</code> (or <code>0x800003E7</code>) following the BIP-0043 recommendation. It indicates that the subtree of this node is used according to this specification.
63+
Purpose is a constant set to <code>TBD'</code> (or <code>TBD</code>) following the BIP-0043 recommendation. It indicates that the subtree of this node is used according to this specification.
6664

6765
<code>
68-
m / 999' / *
66+
m / TBD' / *
6967
</code>
7068

7169
Hardened derivation is used at this level.

0 commit comments

Comments
 (0)