From 3445df2b844782a8931e1a2b9a55ea7f99c20b66 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 2 Aug 2018 15:36:55 -0700 Subject: [PATCH] Update 05_0_Controlling_Bitcoin_Transactions.md --- 05_0_Controlling_Bitcoin_Transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_0_Controlling_Bitcoin_Transactions.md b/05_0_Controlling_Bitcoin_Transactions.md index 29c36cb..81ccb12 100644 --- a/05_0_Controlling_Bitcoin_Transactions.md +++ b/05_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. 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