Skip to content

Commit 0e0b239

Browse files
authored
Merge pull request #563 from zerotobtc/patch-9
Fixed typo
2 parents 2b3a885 + 1a83404 commit 0e0b239

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
@@ -218,7 +218,7 @@ pprint(utxos)
218218
print("------------------------------------------\n")
219219
```
220220

221-
In order to manipulate an array like the one returned from `listtransactions` or `listunpsent`, you just grab the appropriate item from the appropriate element of the array:
221+
In order to manipulate an array like the one returned from `listtransactions` or `listunspent`, you just grab the appropriate item from the appropriate element of the array:
222222
```
223223
## Select a UTXO - first one selected here
224224
utxo_txid = utxos[0]['txid']

0 commit comments

Comments
 (0)