bitcoin-core / btcdeb

Bitcoin Script Debugger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mock signatures

kanzure opened this issue · comments

It would be helpful if mock keys and signatures could be provided. This would let the user step through a bitcoin script template without having to create keys, signatures or transactions.

The input could be something like a dictionary of public keys and which signatures should be assumed to correspond to which public keys.

I believe I got this in place. Let me know if I missed something.

I already realized I didn't actually patch the CHECKMULTISIG operator..

Patched.