This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// input witness stack: | |
// <h1> <b1> | |
// ... | |
// <h64> <b64> | |
// <ec_signature> | |
OP_DUP OP_TOALTSTACK // copy EC signature to alt stack | |
<G> OP_CHECKSIGVERIFY // verify EC signature matches TX |