From 311a080e0c20b857556d522d451dcadc52307d41 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 7 Apr 2017 13:55:18 -0700 Subject: [PATCH] Update 5_2_Resending_a_Transaction_with_RBF.md --- 5_2_Resending_a_Transaction_with_RBF.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/5_2_Resending_a_Transaction_with_RBF.md b/5_2_Resending_a_Transaction_with_RBF.md index d09cfd2..b971403 100644 --- a/5_2_Resending_a_Transaction_with_RBF.md +++ b/5_2_Resending_a_Transaction_with_RBF.md @@ -60,7 +60,7 @@ walletrbf=1 ``` Once you've done this (and restarted your `bitcoind`), then all transactions should have a lower sequence number and be marked as `bip125-replaceable`. -> **VERSION WARNING:** The Walletrbf flag require Bitcoin Core v.0.14.0. +> **VERSION WARNING:** The walletrbf flag require Bitcoin Core v.0.14.0. ## Replace a Transaction the Hard Way: By Hand @@ -69,5 +69,8 @@ Once you've done this (and restarted your `bitcoind`), then all transactions sho -low to high transaction fees -combine transactions -## Replace a Transaction the Easy Way: By bumpfee It doesn't solve the same problem. Core devs are looking for compressing transactions, not necessarily adding fees alone. + +## Replace a Transaction the Easy Way: By bumpfee + +> **VERSION WARNING:** The bumpfee RPC require Bitcoin Core v.0.14.0.