Updates based on bitcoin-dot-org changes

- Blockchain guide typo (bitcoin-dot-org/#1920)
 - GetTxOut correction (bitcoin-dot-org/#1891)
 - Tx Guide (bitcoin-dot-org/#1819)
 - Vars.md (bitcoin-dot-org/#1825)
 - signrawtransaction typo
This commit is contained in:
thephez 2017-12-07 12:31:34 -05:00
parent dc542202f4
commit 61e478a335
5 changed files with 8 additions and 9 deletions

View file

@ -47,7 +47,7 @@ invalidating previous transactions.
![Spending An Output](/img/dev/en-tx-overview-spending.svg)
An output has an implied index number based on its location in the
transaction---the first output is output zero. The output also has an
transaction---the index of the first output is zero. The output also has an
amount in duffs which it pays to a conditional pubkey script. Anyone
who can satisfy the conditions of that pubkey script can spend up to the
amount of duffs paid to it.