Correct Typo

This commit is contained in:
Hien Phan 2021-05-25 15:27:34 +07:00 committed by GitHub
parent 798e3911f0
commit 873c5f946f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.