Small formatting fixes

This commit is contained in:
Michael Rotarius 2016-11-16 20:15:02 +01:00
parent f7a97d15f7
commit 4f03c65653
4 changed files with 8 additions and 8 deletions

View file

@ -51,7 +51,7 @@ The `getblockchaininfo` RPC {{summary_getBlockChainInfo}}
- n: "→<br>`mediantime`" - n: "→<br>`mediantime`"
t: "number (int)" t: "number (int)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "*Added in Bitcoin Core 0.12.0*<br><br>The median time of the 11 blocks before the most recent block on the blockchain. Used for validating transaction locktime under BIP113." d: "*Added in Bitcoin Core 0.12.0*<br><br>The median time of the 11 blocks before the most recent block on the blockchain. Used for validating transaction locktime under BIP113"
- n: "→<br>`verificationprogress`" - n: "→<br>`verificationprogress`"
t: "number (real)" t: "number (real)"
@ -161,17 +161,17 @@ The `getblockchaininfo` RPC {{summary_getBlockChainInfo}}
- n: "→ → →<br>`bit`" - n: "→ → →<br>`bit`"
t: "numeric<br>(int)" t: "numeric<br>(int)"
p: "Optional<br>(0 or 1)" p: "Optional<br>(0 or 1)"
d: "The bit (0-28) in the block version field used to signal this softfork. Field is only shown when status is `started`." d: "The bit (0-28) in the block version field used to signal this softfork. Field is only shown when status is `started`"
- n: "→ → →<br>`startTime`" - n: "→ → →<br>`startTime`"
t: "numeric<br>(int)" t: "numeric<br>(int)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "The Unix epoch time when the softfork voting begins." d: "The Unix epoch time when the softfork voting begins"
- n: "→ → →<br>`timeout`" - n: "→ → →<br>`timeout`"
t: "numeric<br>(int)" t: "numeric<br>(int)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "The Unix epoch time at which the deployment is considered failed if not yet locked in." d: "The Unix epoch time at which the deployment is considered failed if not yet locked in"
{% enditemplate %} {% enditemplate %}

View file

@ -86,7 +86,7 @@ The `getblockheader` RPC {{summary_getBlockHeader}}
- n: "→<br>`mediantime`" - n: "→<br>`mediantime`"
t: "number (int)" t: "number (int)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "The computed median time of the previous 11 blocks. Used for validating transaction locktime under BIP113." d: "The computed median time of the previous 11 blocks. Used for validating transaction locktime under BIP113"
- n: "→<br>`nonce`" - n: "→<br>`nonce`"
t: "number (int)" t: "number (int)"

View file

@ -21,7 +21,7 @@ The `listtransactions` RPC {{summary_listTransactions}}
- n: "Account" - n: "Account"
t: "string" t: "string"
p: "Optional<br>(0 or 1)" p: "Optional<br>(0 or 1)"
d: "The name of an account to get transactinos from. Use an empty string (\"\") to get transactions for the default account. Default is `*` to get transactions for all accounts. The account feature is deprecated." d: "The name of an account to get transactinos from. Use an empty string (\"\") to get transactions for the default account. Default is `*` to get transactions for all accounts. The account feature is deprecated"
{% enditemplate %} {% enditemplate %}
@ -100,7 +100,7 @@ The `listtransactions` RPC {{summary_listTransactions}}
- n: "→ →<br>`trusted`" - n: "→ →<br>`trusted`"
t: "bool" t: "bool"
p: "Optional<br>(0 or 1)" p: "Optional<br>(0 or 1)"
d: "Indicates wether we consider the outputs of this unconfirmed transaction safe to spend. The field is only visible for unconfirmed transactions." d: "Indicates wether we consider the outputs of this unconfirmed transaction safe to spend. The field is only visible for unconfirmed transactions"
- n: "→ →<br>`generated`" - n: "→ →<br>`generated`"
t: "bool" t: "bool"

View file

@ -41,7 +41,7 @@ The `setban` RPC {{summary_setBan}}
- n: "Bantime" - n: "Bantime"
t: "numeric<br>(int)" t: "numeric<br>(int)"
p: "Optional<br>(0 or 1)" p: "Optional<br>(0 or 1)"
d: "Time in seconds how long (or until when if `absolute` is set) the entry is banned. The default is 24h which can also be overwritten by the -bantime startup argument." d: "Time in seconds how long (or until when if `absolute` is set) the entry is banned. The default is 24h which can also be overwritten by the -bantime startup argument"
{% enditemplate %} {% enditemplate %}