From 873c5f946fb4497cee6726fe956aa48e0ec63104 Mon Sep 17 00:00:00 2001 From: Hien Phan Date: Tue, 25 May 2021 15:27:34 +0700 Subject: [PATCH] Correct Typo --- 05_1_Watching_for_Stuck_Transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_1_Watching_for_Stuck_Transactions.md b/05_1_Watching_for_Stuck_Transactions.md index 34a7754..a49c079 100644 --- a/05_1_Watching_for_Stuck_Transactions.md +++ b/05_1_Watching_for_Stuck_Transactions.md @@ -50,7 +50,7 @@ If your transaction is stuck longer than you want, you can typically do one of f **4. Use CPFP as the Receiver.** Alternatively, if you are the receiver of the transaction, you can use CPFP (Child-pays-for-parent) to use the unconfirmed transaction as an input to a new transaction. See [ยง5.3: Funding a Transaction with CPFP](05_3_Funding_a_Transaction_with_CPFP.md). -## Summary: Watching for Stuck Transactios +## Summary: Watching for Stuck Transactions This is an introduction to the power of Bitcoin transactions. If you know that a transaction is stuck, then you can decide to free it up with features like RBF or CPFP.