From 808964e9edb4b9c8d66e261b8d60bc11dff5b1cb Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 14 Jul 2020 12:32:32 -1000 Subject: [PATCH] Update 06_0_Expanding_Bitcoin_Transactions_Multisigs.md --- 06_0_Expanding_Bitcoin_Transactions_Multisigs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_0_Expanding_Bitcoin_Transactions_Multisigs.md b/06_0_Expanding_Bitcoin_Transactions_Multisigs.md index 11db00a..9cb6cfc 100644 --- a/06_0_Expanding_Bitcoin_Transactions_Multisigs.md +++ b/06_0_Expanding_Bitcoin_Transactions_Multisigs.md @@ -1,6 +1,6 @@ # 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). +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). ## Objectives for This Section