glossary: Fix typo in number of fields

This resolves an issue where the number of fields for an input was
incorrectly worded as four instead of three.

Resolves #1542
This commit is contained in:
Will Binns 2017-03-16 19:25:44 -06:00
parent 72e316a537
commit 862aea454a
No known key found for this signature in database
GPG key ID: 302EBEAEEB74A404

View file

@ -7,7 +7,7 @@ required:
title_max_40_characters_no_formatting: Input, Transaction Input, TxIn title_max_40_characters_no_formatting: Input, Transaction Input, TxIn
summary_max_255_characters_no_formatting: > summary_max_255_characters_no_formatting: >
An input in a transaction which contains four fields: an An input in a transaction which contains three fields: an
outpoint, a signature script, and a sequence number. The outpoint, a signature script, and a sequence number. The
outpoint references a previous output and the signature script outpoint references a previous output and the signature script
allows spending it. allows spending it.