This commit is contained in:
Shannon Appelcline 2026-03-12 13:43:43 -10:00 committed by GitHub
parent f277a9a2df
commit 2b82d54cb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,11 @@ If your transaction is stuck longer than you want, you can typically do one of f
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.
| Role | Feature |
|-------|----------|
| Sender | RBF | §5.2 |
| Recipient | CPFP | §5.3 |
## What's Next?
Continue "Controlling Bitcoin Transactions" with [§5.2: Resending a Transaction with RBF](05_2_Resending_a_Transaction_with_RBF.md).