From 47dacdd84b6bd0cced0734ceacbea1a8353794eb Mon Sep 17 00:00:00 2001 From: keblek <68111648+keblek@users.noreply.github.com> Date: Tue, 23 Mar 2021 08:38:26 +0100 Subject: [PATCH] Added `as` makes the sentence flow --- 05_3_Funding_a_Transaction_with_CPFP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_3_Funding_a_Transaction_with_CPFP.md b/05_3_Funding_a_Transaction_with_CPFP.md index cbbc9ff..9ec05b9 100644 --- a/05_3_Funding_a_Transaction_with_CPFP.md +++ b/05_3_Funding_a_Transaction_with_CPFP.md @@ -87,7 +87,7 @@ $ utxo_vout=0 $ recipient2=$(bitcoin-cli getrawchangeaddress) ``` - 2. Create a raw transaction using your unconfirmed transaction an input. + 2. Create a raw transaction using your unconfirmed transaction as an input. 3. Double the transaction fees (or more). When you take these steps, everything should look totally normal, despite the fact that you're working with an unconfirmed transaction. To verify that all was well, we even looked at the results of our signature before we saved off the information to a variable: