Update 3_4_Sending_a_Raw_Transaction_to_a_P2PKH.md

This commit is contained in:
Shannon Appelcline 2017-03-09 16:33:07 -08:00 committed by GitHub
parent ad08a8fb08
commit dced3b8570

View File

@ -65,7 +65,7 @@ So txid+vout=UTXO. This will be the foundation of any raw transaction.
## Write a Raw Transaction with One Output ## 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 ### Prepare the Raw Transaction