mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02: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:
parent
91b4db8590
commit
9164c2eca1
2 changed files with 20 additions and 2 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#include <assert.h>
|
||||
|
||||
namespace miniscript {
|
||||
|
||||
namespace internal {
|
||||
|
||||
Type SanitizeType(Type e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue