Skip to content

Commit 2b3a885

Browse files
authored
Merge pull request #564 from zerotobtc/patch-10
Fixed typo
2 parents d571451 + 2f13b37 commit 2b3a885

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

18_4_Accessing_Bitcoind_with_Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ change_amt = float('%.8f'%((utxo_amt - recipient_amt) - miner_fee))
379379

380380
> :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.
381381
382-
### 2. Create Raw Transacion
382+
### 2. Create Raw Transaction
383383

384384
Now you have all the information to send a transaction, but before you can send one, you have to create a transaction.
385385

0 commit comments

Comments
 (0)