From 27a587768c2828ff528f66c11251469edcc64b15 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 24 Jan 2020 08:54:43 -1000 Subject: [PATCH] Update 08_3_Running_a_Bitcoin_Script_with_P2SH.md --- 08_3_Running_a_Bitcoin_Script_with_P2SH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_3_Running_a_Bitcoin_Script_with_P2SH.md b/08_3_Running_a_Bitcoin_Script_with_P2SH.md index c442e21..172335f 100644 --- a/08_3_Running_a_Bitcoin_Script_with_P2SH.md +++ b/08_3_Running_a_Bitcoin_Script_with_P2SH.md @@ -1,6 +1,6 @@ # 8.3: Running a Bitcoin Script with P2SH -> **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. +> :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 [ยง7.2: Running a Bitcoin Script](07_2_Running_a_Bitcoin_Script.md), `OP_ADD 99 OP_EQUAL`.