Update 5_0_Controlling_Bitcoin_Transactions.md

This commit is contained in:
Shannon Appelcline 2017-04-28 11:12:44 -07:00 committed by GitHub
parent 7266c06f2e
commit c252a91c2d

View File

@ -1,6 +1,6 @@
# Chapter Five: Controlling Bitcoin Transactions
Sending a transaction isn't always the end of the story. Using the RBF and CPFP protocols, a developer can continue to control the transaction after it's been sent, to improve efficiency or to recover transactions that get stuck.
Sending a transaction isn't always the end of the story. Using the RBF and CPFP protocols, a developer can continue to control the transaction after it's been sent, to improve efficiency or to recover transactions that get stuck. These methods will begin to spotlight the true power of Bitcoin.
## Objectives for This Section