1
1

Merge pull request from zerotobtc/patch-10

Fixed typo
This commit is contained in:
Shannon Appelcline 2022-01-12 21:30:13 -10:00 committed by GitHub
commit 2b3a885511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -379,7 +379,7 @@ change_amt = float('%.8f'%((utxo_amt - recipient_amt) - miner_fee))
> :warning: **WARNING:** Obviously a real program would make more sophisticated choices about what UTXO to use, what to do with the funds, and what miner's fee to pay.
### 2. Create Raw Transacion
### 2. Create Raw Transaction
Now you have all the information to send a transaction, but before you can send one, you have to create a transaction.