mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
fix a link and attempt to clarify SIGHASH_SINGLE
This commit is contained in:
parent
e7c9164b7d
commit
0368f10e71
3 changed files with 12 additions and 11 deletions
|
@ -37,7 +37,7 @@ optional:
|
|||
- "`sighash_single|sighash_anyonecanpay`"
|
||||
|
||||
not_to_be_confused_with_capitalize_first_letter:
|
||||
- SIGHASH_SINGLE (which signs only a single input, like SIGHASH_ANYONECANPAY, but also signs a single output)
|
||||
- SIGHASH_SINGLE (which signs only a single output while allowing the sequence number of other inputs to be updated)
|
||||
|
||||
links_html_or_markdown_style_capitalize_first_letter:
|
||||
- "[SIGHASH_ANYONECANPAY](/en/developer-guide#term-sighash-anyonecanpay) --- Bitcoin.org Developer Guide"
|
||||
|
|
|
@ -7,9 +7,10 @@ required:
|
|||
title_max_40_characters_no_formatting: SIGHASH_SINGLE
|
||||
|
||||
summary_max_255_characters_no_formatting: >
|
||||
Signature hash type which only signs its input and the output
|
||||
with the same index value, allowing modification of other inputs
|
||||
and outputs.
|
||||
Signature hash type which signs all of the inputs, but only the one
|
||||
output corresponding to this input (the one with the same index value),
|
||||
allowing modification of other outputs and the sequence number of other
|
||||
inputs.
|
||||
|
||||
synonyms_shown_in_glossary_capitalize_first_letter:
|
||||
- SIGHASH_SINGLE
|
||||
|
@ -19,7 +20,7 @@ optional:
|
|||
- "`SIGHASH_SINGLE`"
|
||||
|
||||
not_to_be_confused_with_capitalize_first_letter:
|
||||
- SIGHASH_ANYONECANPAY (a flag to signature hash types that only signs a single input, like SIGHASH_SINGLE, but which doesn't sign any outputs.)
|
||||
- SIGHASH_ANYONECANPAY (a flag to signature hash types that only signs this single input)
|
||||
|
||||
links_html_or_markdown_style_capitalize_first_letter:
|
||||
- "[`SIGHASH_SINGLE`](/en/developer-guide#term-sighash-single) --- Bitcoin.org Developer Guide"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue