diff --git a/09_2_Running_a_Bitcoin_Script.md b/09_2_Running_a_Bitcoin_Script.md index 9967435..67b3098 100644 --- a/09_2_Running_a_Bitcoin_Script.md +++ b/09_2_Running_a_Bitcoin_Script.md @@ -1,7 +1,5 @@ # 9.2: Running a Bitcoin Script -> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. - Bitcoin Scripts may not initially seem that intuitive, but their execution is quite simple, using reverse Polish notation and a stack. ## Understand the Scripting Language