From 573b5b8e63314f16c1f293efa04ab39a4c55bc02 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 20 Oct 2020 08:36:37 -1000 Subject: [PATCH] removed warning --- 13_2_Writing_Complex_Multisig_Scripts.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/13_2_Writing_Complex_Multisig_Scripts.md b/13_2_Writing_Complex_Multisig_Scripts.md index 726ce56..a85e2dd 100644 --- a/13_2_Writing_Complex_Multisig_Scripts.md +++ b/13_2_Writing_Complex_Multisig_Scripts.md @@ -1,7 +1,5 @@ # 13.2: Writing Complex Multisig Scripts -> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. - To date, the multisigs described in these documents have been entirely simple, of the m-of-n or n-of-n form. However, you might desire more complex multisigs, where cosigners vary or where different options might become available over time. ## Write a Variable Multisig