mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Fixed typo
This commit is contained in:
parent
d571451049
commit
1a8340459c
@ -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']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user