Unlocking Quote by Andreas M. Antonopoulos
““From now on, if you see a multisig unlocking script, you should expect to see an extra 0 in the beginning, whose only purpose is as a workaround to a bug that accidentally became a consensus rule.””
About This Quote
Source Interview: Bitcoin Talk, 2021
A bug in the consensus rule requires a leading zero in multisig scripts as a workaround.
In simple terms: Bug forces an extra zero.
Check for leading zeros in scripts.
Themes
Mood
Type
When to use this quote
- blockchain security
- transaction validation
Key Concepts
Questions to Reflect On
- Why was the bug not fixed earlier?
- How can future protocols avoid such bugs?
Workarounds can introduce complexity and risk.