Skip to content

Commit

Permalink
notes/scriptgroup: add note on error scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
RaghavSood committed Jun 7, 2024
1 parent acf9b4e commit 349da49
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Error Script

Error Scripts are Bitcoin Scripts that are unspendable due to an error in their construction. While Bitcoin Script is not Turing Complete[^1], it does offer a significant range of functionality over and above the common key-linked address variants such as Pay-2-Public-Key-Hash (P2PKH). This flexibility can lead to errors in script construction that render the script unspendable, such as illogical operations or bad data management.

[^1]: https://en.wikipedia.org/wiki/Turing_completeness

0 comments on commit 349da49

Please sign in to comment.