Fixed typo

This commit is contained in:
zerotobtc 2022-01-12 07:29:18 +01:00 committed by GitHub
parent d571451049
commit 1a8340459c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,7 +218,7 @@ pprint(utxos)
print("------------------------------------------\n")
```
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:
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:
```
## Select a UTXO - first one selected here
utxo_txid = utxos[0]['txid']