miniscript icon indicating copy to clipboard operation
miniscript copied to clipboard

Mistake in malleability type table for `thresh`

Open benma opened this issue 3 years ago • 0 comments

The malleability type properties for thresh on the website state:

s=at most k-1 are non-s; e=all are s

for e it should say e=all are e and all are s. The code implements it like this too:

https://github.com/sipa/miniscript/blob/484386a50dbda962669cc163f239fe16e101b6f0/bitcoin/script/miniscript.cpp#L241

benma avatar Jan 09 '23 11:01 benma