Fix two whitespace issues, add and remove

This commit is contained in:
Tobin Harding 2021-06-08 19:38:00 +10:00
parent e733798af8
commit ced4a14057
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607

View File

@ -1,6 +1,6 @@
# Chapter Eight: Expanding Bitcoin Transactions in Other Ways
The definition of basic transactions back in [Chapter Six](06_0_Expanding_Bitcoin_Transactions_Multisigs.md) said that they sent _funds_ _immediately_, but those are both elementsthat can be changed. This final section on Expanding Bitcoin Transactions talks about how to send things other than cash and how to do it at a time other than now.
The definition of basic transactions back in [Chapter Six](06_0_Expanding_Bitcoin_Transactions_Multisigs.md) said that they sent _funds_ _immediately_, but those are both elements that can be changed. This final section on Expanding Bitcoin Transactions talks about how to send things other than cash and how to do it at a time other than now.
## Objectives for This Section