Skip to content

Commit fc24e48

Browse files
authored
Merge pull request #201 from keblek/patch-15
Added `as`
2 parents f70e474 + 47dacdd commit fc24e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05_3_Funding_a_Transaction_with_CPFP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $ utxo_vout=0
8787
$ recipient2=$(bitcoin-cli getrawchangeaddress)
8888
```
8989

90-
2. Create a raw transaction using your unconfirmed transaction an input.
90+
2. Create a raw transaction using your unconfirmed transaction as an input.
9191
3. Double the transaction fees (or more).
9292

9393
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:

0 commit comments

Comments
 (0)