mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
shorten definition of sighash_single to stay within the 255 character limit
This commit is contained in:
parent
b01af43151
commit
8498edf1ff
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue