From ef046206b9df5cb65c64882d20fcdbde689cd3ce Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 20 Oct 2020 08:21:32 -1000 Subject: [PATCH] removed warning --- 09_2_Running_a_Bitcoin_Script.md | 2 -- 1 file changed, 2 deletions(-) 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