From 85acafee6821a023e6949a90da52c9fe334c4cd0 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 23 May 2017 15:36:23 -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 8f71ca8..cc5b4c3 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,13 @@ This tutorial assumes that you have some minimal background of how to use the co * [8.3: Scripting a Multisig](8_3_Scripting_a_Multisig.md) * [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 - -## Planned Future Work - * 9.0: Empowering Timelock with Scripts * 9.1: Understanding Timelock Options * 9.2: Using CLTV in Scripts * 9.3: Using CSV in Scripts + +## Planned Future Work + * 10.0: Expanding Bitcoin Transactions with Scripts * 10.X: Understanding Conditions in Scripts * Verify