summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Shibli <omarshib@gmail.com>2017-09-16 10:42:28 +0300
committerOmar Shibli <omarshib@gmail.com>2017-09-16 10:42:28 +0300
commitdd26d813907297098c32e036599c6d1bf26ff92c (patch)
tree0556b9fba6089a2d1ed1b98fe52303aa687cfffd
parent39a5c1bf7e458f281949e75da691676decaabe86 (diff)
downloadbips-dd26d813907297098c32e036599c6d1bf26ff92c.tar.xz
removed temp BIP number
-rw-r--r--bip-draft.mediawiki10
1 files changed, 4 insertions, 6 deletions
diff --git a/bip-draft.mediawiki b/bip-draft.mediawiki
index 65a9919..b3ffc6e 100644
--- a/bip-draft.mediawiki
+++ b/bip-draft.mediawiki
@@ -1,19 +1,17 @@
<pre>
- BIP: 999*
+ BIP: TBD
Layer: Applications
Title: Pay to Contract Protocol
Author: Omar Shibli <omar@commerceblock.com>
Nicholas Gregory <nicholas@commerceblock.com>
Comments-Summary: No comments yet.
- Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0999
+ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-TBD
Status: Draft
Type: Informational Track
Created: 2017-07-17
License: BSD-2-Clause
</pre>
-&ast; 999 is a temporary BIP number.
-
==Abstract==
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.
===Purpose===
-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.
+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.
<code>
-m / 999' / *
+m / TBD' / *
</code>
Hardened derivation is used at this level.