From 40206be1468a91dcde953138d6a38e023fced325 Mon Sep 17 00:00:00 2001 From: Arthur O'Dwyer Date: Mon, 26 Mar 2018 14:27:06 -0700 Subject: [PATCH] s/indexi/index/ --- appdx-bitcore.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appdx-bitcore.asciidoc b/appdx-bitcore.asciidoc index d2f22015..2318c3a0 100644 --- a/appdx-bitcore.asciidoc +++ b/appdx-bitcore.asciidoc @@ -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