From b52b43ed2585623a8e81fe81e120e1d717c242a4 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 23 May 2017 11:11:00 -0700 Subject: [PATCH] Update and rename 8_1_Building_a_Bitcoin_Script_with_P2SH.md to 8_1_Understanding_the_Foundation_of_P2SH.md --- ..._with_P2SH.md => 8_1_Understanding_the_Foundation_of_P2SH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename 8_1_Building_a_Bitcoin_Script_with_P2SH.md => 8_1_Understanding_the_Foundation_of_P2SH.md (99%) diff --git a/8_1_Building_a_Bitcoin_Script_with_P2SH.md b/8_1_Understanding_the_Foundation_of_P2SH.md similarity index 99% rename from 8_1_Building_a_Bitcoin_Script_with_P2SH.md rename to 8_1_Understanding_the_Foundation_of_P2SH.md index b5938d8..5b6c915 100644 --- a/8_1_Building_a_Bitcoin_Script_with_P2SH.md +++ b/8_1_Understanding_the_Foundation_of_P2SH.md @@ -1,4 +1,4 @@ -# 8.1: Building a Bitcoin Script with P2SH +# 8.1: Understanding the Foundation of 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.