This commit is contained in:
Shannon Appelcline 2020-07-07 08:14:48 -10:00 committed by GitHub
parent 8091a077db
commit 6d08f422f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# Chapter Six: Expanding Bitcoin Transactions with Multisigs.
# Chapter Six: Expanding Bitcoin Transactions with Multisigs
Basic bitcoin transactions: (1) send funds; (2) to a single P2PKH or SegWit recipient; (3) from a single machine; (4) immediately. However, all four parts of this definition can be expanded using more complex Bitcoin transactions. This first chapter on "Expansion" shows how to vary points (2) and (3), by sending money to an address that represents multiple recipients (or at least, multiple signers).