From d1d55fc99f24a3f7cb99120dda8b7242338835ba Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 19 May 2017 13:31:06 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0cf543a..36352c5 100644 --- a/README.md +++ b/README.md @@ -69,14 +69,13 @@ This tutorial assumes that you have some minimal background of how to use the co * 9.2: Using CLTV in Scripts * 9.3: Using CSV in Scripts * 10.0: Expanding Bitcoin Transactions with Scripts - * 10.X: Understanding the Possibilities - * 10.X: Using Conditionals in Scripts + * 10.X: Understanding Conditions in Scripts * Verify * If * DOn't know inputs (in unlocking!) * 10.X: Scripting Multigs by Hand - * Simple 1 of 2: if/then/endif - * Complex 1 or 1 OR 2 of 3 + * Complex 1 or 1 OR 2 of 3 [corporation] + * Escrow: 2 of 3 (A | B | E); then 2 of 2 (AE) OR 2 of 2 (BE); then 2 of 2 (AE) OR 2 of 2 (BE) OR 2 of 2 after time-delay (AB) * 10.X: Programming Complex Scripts * BIP 112: Lightning * Peg-in Chains?