1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-30 16:06:44 +00:00

Merge pull request #135 from pyskell/patch-1

ADD: Require BIPs for Taproot and Tapscript
This commit is contained in:
Pieter Wuille
2019-11-16 12:48:23 -08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

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

View File

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