summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony <pyskell@users.noreply.github.com>2019-11-11 13:40:42 -0500
committerPieter Wuille <pieter.wuille@gmail.com>2020-01-19 14:47:33 -0800
commit4bc42d0f009a789e4ff24d20f4ac55415d8f67db (patch)
tree9a2b14213f797535480312c29a22a372510669ac
parentac33640bf5f694b8493751aa30fd1f5dd563fdca (diff)
downloadbips-4bc42d0f009a789e4ff24d20f4ac55415d8f67db.tar.xz
ADD: Require Schnorr BIP for Taproot
Per https://github.com/bitcoin/bips/blob/master/bip-0001.mediawiki: "BIPs may have a Requires header, indicating the BIP numbers that this BIP depends on"
-rw-r--r--bip-taproot.mediawiki1
1 files changed, 1 insertions, 0 deletions
diff --git a/bip-taproot.mediawiki b/bip-taproot.mediawiki
index a17cb2e..0fbb7ed 100644
--- a/bip-taproot.mediawiki
+++ b/bip-taproot.mediawiki
@@ -9,6 +9,7 @@
Type: Standards Track
Created:
License: BSD-3-Clause
+ Requires: BIP-Schnorr
</pre>
==Introduction==