mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Fix links for new glossary entries
This commit is contained in:
parent
494dfaced7
commit
801ea9f4ad
16 changed files with 112 additions and 117 deletions
|
@ -90,6 +90,6 @@ Result:
|
|||
|
||||
* [CreateMultiSig][rpc createmultisig]: {{summary_createMultiSig}}
|
||||
* [DecodeScript][rpc decodescript]: {{summary_decodeScript}}
|
||||
* [Pay-To-Script-Hash (P2SH)][P2SH]
|
||||
* [Pay-To-Script-Hash (P2SH)][/en/glossary/p2sh-address]
|
||||
|
||||
{% endautocrossref %}
|
||||
|
|
|
@ -86,6 +86,6 @@ Result:
|
|||
|
||||
* [AddMultiSigAddress][rpc addmultisigaddress]: {{summary_addMultiSigAddress}}
|
||||
* [DecodeScript][rpc decodescript]: {{summary_decodeScript}}
|
||||
* [Pay-To-Script-Hash (P2SH)][P2SH]
|
||||
* [Pay-To-Script-Hash (P2SH)][/en/glossary/p2sh-address]
|
||||
|
||||
{% endautocrossref %}
|
||||
|
|
|
@ -88,6 +88,6 @@ Result (wrapped):
|
|||
* [DecodeRawTransaction][rpc decoderawtransaction]: {{summary_decodeRawTransaction}}
|
||||
* [SignRawTransaction][rpc signrawtransaction]: {{summary_signRawTransaction}}
|
||||
* [SendRawTransaction][rpc sendrawtransaction]: {{summary_sendRawTransaction}}
|
||||
* [Serialized Transaction Format][raw format]
|
||||
* [Serialized Transaction Format][raw transaction format]
|
||||
|
||||
{% endautocrossref %}
|
||||
|
|
|
@ -93,6 +93,6 @@ Result:
|
|||
*See also*
|
||||
|
||||
* [CreateMultiSig][rpc createmultisig]: {{summary_createMultiSig}}
|
||||
* [Pay-To-Script-Hash (P2SH)][P2SH]
|
||||
* [Pay-To-Script-Hash (P2SH)][/en/glossary/p2sh-address]
|
||||
|
||||
{% endautocrossref %}
|
||||
|
|
|
@ -48,7 +48,7 @@ The `getchaintips` RPC {{summary_getChainTips}}
|
|||
- n: "→ →<br>`status`"
|
||||
t: "string"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The status of this chain. Valid values are:<br>• `active` for the local best block chain<br>• `invalid` for a chain that contains one or more invalid blocks<br>• `headers-only` for a chain with valid headers whose corresponding blocks both haven't been validated and aren't stored locally<br>• `valid-headers` for a chain with valid headers whose corresponding blocks are stored locally, but which haven't been fully validated<br>• `valid-fork` for a chain which is fully validated but which isn't part of the local best block chain (it was probably the local best block chain at some point)<br>• `unknown` for a chain whose reason for not being the active chain is unknown"
|
||||
d: "The status of this chain. Valid values are:<br>• `active` for the local best block chain<br>• `invalid` for a chain that contains one or more invalid blocks<br>• `headers-only`<!--noref--> for a chain with valid headers whose corresponding blocks both haven't been validated and aren't stored locally<br>• `valid-headers` for a chain with valid headers whose corresponding blocks are stored locally, but which haven't been fully validated<br>• `valid-fork` for a chain which is fully validated but which isn't part of the local best block chain (it was probably the local best block chain at some point)<br>• `unknown` for a chain whose reason for not being the active chain is unknown"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue