Skip to content

Commit 1a83404

Browse files
authored
Fixed typo
1 parent d571451 commit 1a83404

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)