From d31cc600abaaf30ee5b221e2f0f76242a390574e Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 12 Mar 2026 13:44:05 -1000 Subject: [PATCH] Update 05_1_Watching_for_Stuck_Transactions.md --- 05_1_Watching_for_Stuck_Transactions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/05_1_Watching_for_Stuck_Transactions.md b/05_1_Watching_for_Stuck_Transactions.md index 4c09e50..f7f3780 100644 --- a/05_1_Watching_for_Stuck_Transactions.md +++ b/05_1_Watching_for_Stuck_Transactions.md @@ -62,8 +62,8 @@ 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 | -|-------|----------| +| Role | Feature | Section | +|-------|----------|-----| | Sender | RBF | §5.2 | | Recipient | CPFP | §5.3 |