1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-04-05 17:25:45 +00:00

s/indexi/index/

This commit is contained in:
Arthur O'Dwyer 2018-03-26 14:27:06 -07:00
parent 8fb3e8946e
commit 40206be146

View File

@ -58,7 +58,7 @@ Creating and signing a transaction from an UTXO:
----
> utxo = {
txId: transaction id containing an unspent output,
outputIndex: output indexi e.g. 0,
outputIndex: output index e.g. 0,
address: addressOfUtxo,
script: bitcore.Script.buildPublicKeyHashOut(addressOfUtxo).toString(),
satoshis: amount sent to the address