From 4f03c65653ce8e76e9dad899ebbf74ece5654e16 Mon Sep 17 00:00:00 2001 From: Michael Rotarius Date: Wed, 16 Nov 2016 20:15:02 +0100 Subject: [PATCH] Small formatting fixes --- .../devdoc/bitcoin-core/rpcs/rpcs/getblockchaininfo.md | 8 ++++---- _includes/devdoc/bitcoin-core/rpcs/rpcs/getblockheader.md | 2 +- .../devdoc/bitcoin-core/rpcs/rpcs/listtransactions.md | 4 ++-- _includes/devdoc/bitcoin-core/rpcs/rpcs/setban.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblockchaininfo.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblockchaininfo.md index 44ef728c..b1e2e92f 100644 --- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblockchaininfo.md +++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblockchaininfo.md @@ -51,7 +51,7 @@ The `getblockchaininfo` RPC {{summary_getBlockChainInfo}} - n: "→
`mediantime`" t: "number (int)" p: "Required
(exactly 1)" - d: "*Added in Bitcoin Core 0.12.0*

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*

The median time of the 11 blocks before the most recent block on the blockchain. Used for validating transaction locktime under BIP113" - n: "→
`verificationprogress`" t: "number (real)" @@ -161,17 +161,17 @@ The `getblockchaininfo` RPC {{summary_getBlockChainInfo}} - n: "→ → →
`bit`" t: "numeric
(int)" p: "Optional
(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: "→ → →
`startTime`" t: "numeric
(int)" p: "Required
(exactly 1)" - d: "The Unix epoch time when the softfork voting begins." + d: "The Unix epoch time when the softfork voting begins" - n: "→ → →
`timeout`" t: "numeric
(int)" p: "Required
(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 %} diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblockheader.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblockheader.md index 7928c54b..bc3239dd 100644 --- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblockheader.md +++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblockheader.md @@ -86,7 +86,7 @@ The `getblockheader` RPC {{summary_getBlockHeader}} - n: "→
`mediantime`" t: "number (int)" p: "Required
(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: "→
`nonce`" t: "number (int)" diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/listtransactions.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/listtransactions.md index c38755de..2270560e 100644 --- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/listtransactions.md +++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/listtransactions.md @@ -21,7 +21,7 @@ The `listtransactions` RPC {{summary_listTransactions}} - n: "Account" t: "string" p: "Optional
(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 %} @@ -100,7 +100,7 @@ The `listtransactions` RPC {{summary_listTransactions}} - n: "→ →
`trusted`" t: "bool" p: "Optional
(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: "→ →
`generated`" t: "bool" diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/setban.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/setban.md index cd5b79e5..e7f26d12 100644 --- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/setban.md +++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/setban.md @@ -41,7 +41,7 @@ The `setban` RPC {{summary_setBan}} - n: "Bantime" t: "numeric
(int)" p: "Optional
(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 %}