From c252a91c2d1133b70b5d6ca58fde6f859b736193 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 28 Apr 2017 11:12:44 -0700 Subject: [PATCH] Update 5_0_Controlling_Bitcoin_Transactions.md --- 5_0_Controlling_Bitcoin_Transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5_0_Controlling_Bitcoin_Transactions.md b/5_0_Controlling_Bitcoin_Transactions.md index e584015..2a541dd 100644 --- a/5_0_Controlling_Bitcoin_Transactions.md +++ b/5_0_Controlling_Bitcoin_Transactions.md @@ -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