From b2409ec1b719b3d95f4bc6d1cc2b06f1e16da286 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 20 Oct 2020 08:09:20 -1000 Subject: [PATCH] removed warning --- 05_3_Funding_a_Transaction_with_CPFP.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/05_3_Funding_a_Transaction_with_CPFP.md b/05_3_Funding_a_Transaction_with_CPFP.md index 3b3e3b0..cbbc9ff 100644 --- a/05_3_Funding_a_Transaction_with_CPFP.md +++ b/05_3_Funding_a_Transaction_with_CPFP.md @@ -1,7 +1,5 @@ # 5.3: Funding a Transaction with CPFP -> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. - If your Bitcoin transaction is stuck, and you're the _recipient_, you can clear it using CPFP (child-pays-for-parent). This is alternative to the _sender's_ ability to do so with RBF. > :warning: **VERSION WARNING:** This is an innovation from Bitcoin Core v 0.13.0, which again means that most people should be using it by now.