Merge pull request #563 from zerotobtc/patch-9

Fixed typo
This commit is contained in:
Shannon Appelcline 2022-01-12 21:30:32 -10:00 committed by GitHub
commit 0e0b239786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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