From b5cc6155f00d11436b95dd710939271e756335ff Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 23 Jun 2020 14:09:53 -1000 Subject: [PATCH] added segwit mention --- 06_0_Expanding_Bitcoin_Transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_0_Expanding_Bitcoin_Transactions.md b/06_0_Expanding_Bitcoin_Transactions.md index 0f0ddf5..59fc82c 100644 --- a/06_0_Expanding_Bitcoin_Transactions.md +++ b/06_0_Expanding_Bitcoin_Transactions.md @@ -1,6 +1,6 @@ # Chapter Six: Expanding Bitcoin Transactions -Basic bitcoin transactions: (1) send funds; (2) to a single P2PKH recipient; (3) immediately. However, all three parts of this definition can be expanded using more complex Bitcoin transactions, which can alternatively send data, which can send to a group of recipients, or which can send at a later time. These three options represent further empowerment of Bitcoin and also the furthest boundaries of what you can do with the basic `bitcoin-cli` command. +Basic bitcoin transactions: (1) send funds; (2) to a single P2PKH or SegWit recipient; (3) immediately. However, all three parts of this definition can be expanded using more complex Bitcoin transactions, which can alternatively send data, which can send to a group of recipients, or which can send at a later time. These three options represent further empowerment of Bitcoin and also the furthest boundaries of what you can do with the basic `bitcoin-cli` command. ## Objectives for This Section