Skip to content

Commit 2f13b37

Browse files
authored
Fixed typo
1 parent d571451 commit 2f13b37

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)