From dced3b85707e391501b446f82024b6a8cee256ca Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 9 Mar 2017 16:33:07 -0800 Subject: [PATCH] Update 3_4_Sending_a_Raw_Transaction_to_a_P2PKH.md --- 3_4_Sending_a_Raw_Transaction_to_a_P2PKH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3_4_Sending_a_Raw_Transaction_to_a_P2PKH.md b/3_4_Sending_a_Raw_Transaction_to_a_P2PKH.md index cdfb160..487f21a 100644 --- a/3_4_Sending_a_Raw_Transaction_to_a_P2PKH.md +++ b/3_4_Sending_a_Raw_Transaction_to_a_P2PKH.md @@ -65,7 +65,7 @@ So txid+vout=UTXO. This will be the foundation of any raw transaction. ## Write a Raw Transaction with One Output -You're now ready to write a simple raw transaction where you're be sending the entirety of a UTXO to another party; that is, you'll be acting like a money launderer, taking all of the money you received in one blob and just passing it on. +You're now ready to write a simple raw transaction where you're be sending the entirety of a UTXO to another party; that is, you'll be acting like a go-between, taking all of the money you received in one blob and just passing it on. ### Prepare the Raw Transaction