1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-09 15:53:54 +00:00

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"
This commit is contained in:
Anthony
2019-11-11 13:40:42 -05:00
committed by Pieter Wuille
parent ac33640bf5
commit 4bc42d0f00

View File

@@ -9,6 +9,7 @@
Type: Standards Track
Created:
License: BSD-3-Clause
Requires: BIP-Schnorr
</pre>
==Introduction==