removed warning

This commit is contained in:
Shannon Appelcline 2020-10-20 08:36:37 -10:00 committed by GitHub
parent 582fbbea1e
commit 573b5b8e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,5 @@
# 13.2: Writing Complex Multisig Scripts # 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. 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 ## Write a Variable Multisig