From f7a97d15f7e72b5d852950ffa490b90999f62727 Mon Sep 17 00:00:00 2001 From: Michael Rotarius Date: Wed, 16 Nov 2016 20:04:58 +0100 Subject: [PATCH] Small fixes based on harding's input --- _includes/devdoc/bitcoin-core/rpcs/rpcs/getblockheader.md | 5 ----- .../devdoc/bitcoin-core/rpcs/rpcs/listtransactions.md | 8 ++++---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblockheader.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblockheader.md index 8683b75f..7928c54b 100644 --- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblockheader.md +++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getblockheader.md @@ -63,11 +63,6 @@ The `getblockheader` RPC {{summary_getBlockHeader}} p: "Required
(exactly 1)" d: "The number of confirmations the transactions in this block have, starting at 1 when this block is at the tip of the best block chain. This score will be -1 if the the block is not part of the best block chain" -- n: "→
`size`" - t: "number (int)" - p: "Required
(exactly 1)" - d: "The size of this block in serialized block format, counted in bytes" - - n: "→
`height`" t: "number (int)" p: "Required
(exactly 1)" diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/listtransactions.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/listtransactions.md index 71402c32..c38755de 100644 --- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/listtransactions.md +++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/listtransactions.md @@ -1,4 +1,4 @@ -{% comment %} +{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %} @@ -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" + 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" @@ -204,8 +204,8 @@ Result: ], "time" : 1418695703, "timereceived" : 1418925580, - "bip125-replaceable" : "no", - "abandoned": false + "bip125-replaceable" : "no", + "abandoned": false } ] {% endhighlight %}