From 8498edf1ff34a67c43923b90ade1ea15d6753c5e Mon Sep 17 00:00:00 2001 From: mruddy Date: Sun, 28 Jun 2015 06:40:01 -0400 Subject: [PATCH] shorten definition of sighash_single to stay within the 255 character limit --- _data/glossary/en/sighash-single.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/glossary/en/sighash-single.yaml b/_data/glossary/en/sighash-single.yaml index 0e89accd..f6963e4b 100644 --- a/_data/glossary/en/sighash-single.yaml +++ b/_data/glossary/en/sighash-single.yaml @@ -7,10 +7,10 @@ required: title_max_40_characters_no_formatting: SIGHASH_SINGLE summary_max_255_characters_no_formatting: > - Signature hash type which signs the output corresponding to this input + Signature hash type that signs the output corresponding to this input (the one with the same index value), this input, and any other inputs - partially. Allows modification of other outputs. The partial signing of - other inputs allows modification of their sequence numbers. + partially. Allows modification of other outputs and the sequence number + of other inputs. synonyms_shown_in_glossary_capitalize_first_letter: - SIGHASH_SINGLE