From 5022b1f23d751c5a42cb54746eac905acc9c4547 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 7 Apr 2017 16:44:34 -0700 Subject: [PATCH] Update 5_3_Funding_a_Transaction_with_CPFP.md --- 5_3_Funding_a_Transaction_with_CPFP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5_3_Funding_a_Transaction_with_CPFP.md b/5_3_Funding_a_Transaction_with_CPFP.md index 320c0e4..d5191c6 100644 --- a/5_3_Funding_a_Transaction_with_CPFP.md +++ b/5_3_Funding_a_Transaction_with_CPFP.md @@ -21,7 +21,7 @@ Funding a transaction with CPFP is a very simple process using the methods you'r 1. Find the txid and vout of the unconfirmed transaction. This may be the trickiest part, as `bitcoin-cli` generally tries to protect you from these transactions. The sender might be able to send them, or even if you have the transaction id, you should be able to figure out the vout in a blockchain explorer. - You do have one other option: `bitcoin-cli getmempool` which canbe used to list the contents of your entire mempool. You can then get more information on a specific transaction: + You do have one other option: `bitcoin-cli getmempool` which canbe used to list the contents of your entire mempool, whichis very the unconfirmed transactions will be. You can then get more information on a specific transaction: ``` $ bitcoin-cli getrawmempool [