Talk:OP CHECKSIG

From Bitcoin Wiki
Revision as of 19:01, 23 June 2011 by Vegard (talk | contribs) (Created page with "=Redundant step?= Under "How it works", we have steps 2 and 6: - 2. A new subscript is created from the instruction from the most recent OP_CODESEPARATOR to the end of the scri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Redundant step?

Under "How it works", we have steps 2 and 6:

- 2. A new subscript is created from the instruction from the most recent OP_CODESEPARATOR to the end of the script. If there is no OP_CODESEPARATOR the entire script becomes the subscript (hereby referred to as subScript)

- 6. All OP_CODESEPARATORS are removed from subScript

However, doesn't step 6 seem redundant? Vegard