From 7390b6661b528172adcfb81565bd7251f97287f1 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 20 Oct 2020 08:27:50 -1000 Subject: [PATCH] removed warning --- 10_3_Running_a_Bitcoin_Script_with_P2SH.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/10_3_Running_a_Bitcoin_Script_with_P2SH.md b/10_3_Running_a_Bitcoin_Script_with_P2SH.md index 9aab53b..8643690 100644 --- a/10_3_Running_a_Bitcoin_Script_with_P2SH.md +++ b/10_3_Running_a_Bitcoin_Script_with_P2SH.md @@ -1,7 +1,5 @@ # 10.3: Running a Bitcoin Script with P2SH -> :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. - Now that you know the theory and practice behind P2SH addresses, you're ready to turn a non-standard Bitcoin Script into an actual transaction. We'll be reusing the simple locking script from [ยง9.2: Running a Bitcoin Script](09_2_Running_a_Bitcoin_Script.md), `OP_ADD 99 OP_EQUAL`. ## Create a P2SH Transaction