Merge pull request #201 from keblek/patch-15

Added `as`
This commit is contained in:
Shannon Appelcline 2021-04-21 12:10:06 -10:00 committed by GitHub
commit fc24e48c84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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