From 9fe52766ff73799383a2fe0ffe4867d9103fff5d Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 23 May 2017 15:39:25 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc5b4c3..ac78471 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,9 @@ This tutorial assumes that you have some minimal background of how to use the co * [8.4: Testing a Bitcoin Script](8_4_Testing_a_Bitcoin_Script.md) * [8.5: Spending a Transaction with a Bitcoin script](8_5_Spending_a_Transaction_with_a_Bitcoin_script.md) — Awaiting API Work * 9.0: Empowering Timelock with Scripts - * 9.1: Understanding Timelock Options - * 9.2: Using CLTV in Scripts - * 9.3: Using CSV in Scripts + * [9.1: Understanding Timelock Options](9_1_Understanding_Timelock_Options.md) + * [9.2: Using CLTV in Scripts](9_2_Using_CLTV_in_Scripts.md) + * [9.3: Using CSV in Scripts](9_3_Using_CSV_in_Scripts.md) ## Planned Future Work