mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
commit
fc24e48c84
@ -87,7 +87,7 @@ $ utxo_vout=0
|
|||||||
$ recipient2=$(bitcoin-cli getrawchangeaddress)
|
$ 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).
|
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:
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user