Update 05_0_Controlling_Bitcoin_Transactions.md

This commit is contained in:
Shannon Appelcline 2018-08-02 15:36:55 -07:00 committed by GitHub
parent 83755c27f3
commit 3445df2b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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. These methods will begin to spotlight the true power of Bitcoin.
Sending a transaction isn't always the end of the story. Using the RBF (replace-by-fee) and CPFP (child-pays-for-parent) 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