Skip to content

Commit cc683c9

Browse files
authored
Merge pull request #615 from luckyyang/patch-1
Fixed wrong txid value
2 parents 3a2bf21 + c13b107 commit cc683c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

05_3_Funding_a_Transaction_with_CPFP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $ bitcoin-cli getrawtransaction 95d51e813daeb9a861b2dcdddf1da8c198d06452bbbecfd8
8282
```
8383
Look through the `vout` array. Find the object that matches your address. (Here, it's the only one.) The `n` value is your `vout`. You now have everything you need to create a new CPFP transaction.
8484
```
85-
$ utxo_txid=2NFAkGiwnp8wvCodRBx3smJwxncuG3hndn5
85+
$ utxo_txid=95d51e813daeb9a861b2dcdddf1da8c198d06452bbbecfd827447881ff79e061
8686
$ utxo_vout=0
8787
$ recipient2=$(bitcoin-cli getrawchangeaddress)
8888
```

0 commit comments

Comments
 (0)