From 10351023507ff161d44b42a2cd02b8df21369368 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 1 Jun 2017 10:21:35 -0700 Subject: [PATCH] Update 7_0_Introducing_Bitcoin_Scripts.md --- 7_0_Introducing_Bitcoin_Scripts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/7_0_Introducing_Bitcoin_Scripts.md b/7_0_Introducing_Bitcoin_Scripts.md index 70a5651..d764195 100644 --- a/7_0_Introducing_Bitcoin_Scripts.md +++ b/7_0_Introducing_Bitcoin_Scripts.md @@ -15,9 +15,11 @@ Supporting objectives include the ability to: * Understand the Purpose of Bitcoin Scripts * Understand the P2PKH Script + * Understand the Needs for Bitcoin Script Testing ## Table of Contents * [Section One: Understanding the Foundation of Transactions](7_1_Understanding_the_Foundation_of_Transactions.md) * [Section Two: Running a Bitcoin Script](7_2_Running_a_Bitcoin_Script.md) * [Section Three: Scripting a P2PKH](7_3_Scripting_a_P2PKH.md) +* [Section Four: Testing a Bitcoin Script](7_4_Testing_a_Bitcoin_Script.md)