From 862aea454a01d52fcf6710f0043d1f18e06dc955 Mon Sep 17 00:00:00 2001 From: Will Binns Date: Thu, 16 Mar 2017 19:25:44 -0600 Subject: [PATCH] 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 --- _data/glossary/en/input.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/glossary/en/input.yaml b/_data/glossary/en/input.yaml index cd7191d1..c83d7579 100644 --- a/_data/glossary/en/input.yaml +++ b/_data/glossary/en/input.yaml @@ -7,7 +7,7 @@ required: title_max_40_characters_no_formatting: Input, Transaction Input, TxIn 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 references a previous output and the signature script allows spending it.