From 2b82d54cb50e4ffe9f1b79556c0d766213fed68b Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 12 Mar 2026 13:43:43 -1000 Subject: [PATCH] table --- 05_1_Watching_for_Stuck_Transactions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/05_1_Watching_for_Stuck_Transactions.md b/05_1_Watching_for_Stuck_Transactions.md index 159a182..4c09e50 100644 --- a/05_1_Watching_for_Stuck_Transactions.md +++ b/05_1_Watching_for_Stuck_Transactions.md @@ -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).