From 781cbfd76b03c6240d6c0822420fb0e296bc2cf2 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 15 Jul 2020 14:38:46 -1000 Subject: [PATCH] update for new 9.5 --- 09_0_Introducing_Bitcoin_Scripts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/09_0_Introducing_Bitcoin_Scripts.md b/09_0_Introducing_Bitcoin_Scripts.md index d2ae265..37aa452 100644 --- a/09_0_Introducing_Bitcoin_Scripts.md +++ b/09_0_Introducing_Bitcoin_Scripts.md @@ -15,6 +15,7 @@ Supporting objectives include the ability to: * Understand the Purpose of Bitcoin Scripts * Understand the P2PKH Script + * Understand How P2WPKH Works with Scripting * Understand the Needs for Bitcoin Script Testing ## Table of Contents @@ -23,3 +24,4 @@ Supporting objectives include the ability to: * [Section Two: Running a Bitcoin Script](09_2_Running_a_Bitcoin_Script.md) * [Section Three: Scripting a P2PKH](09_3_Scripting_a_P2PKH.md) * [Section Four: Testing a Bitcoin Script](09_4_Testing_a_Bitcoin_Script.md) +* [Section Five: Scripting a P2WPKH](09_5_Scripting_a_P2WPKH.md)