mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 07:39:08 +01:00
miniscript: restrict multi() usage to P2WSH context
CHECKMULTISIG is disabled for Tapscript. Instead, we'll introduce a multi_a() fragment with the same semantic as multi().
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include <assert.h>
|
||||
|
||||
namespace miniscript {
|
||||
|
||||
namespace internal {
|
||||
|
||||
Type SanitizeType(Type e) {
|
||||
|
||||
Reference in New Issue
Block a user