mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-30 18:07:22 +00:00 
			
		
		
		
	Update 5_3_Funding_a_Transaction_with_CPFP.md
This commit is contained in:
		
							parent
							
								
									f216c8c9de
								
							
						
					
					
						commit
						5022b1f23d
					
				| @ -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 | ||||
| [ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user