Small fixes based on harding's input

This commit is contained in:
Michael Rotarius 2016-11-16 20:04:58 +01:00
parent 9ba2fc5e01
commit f7a97d15f7
2 changed files with 4 additions and 9 deletions

View file

@ -63,11 +63,6 @@ The `getblockheader` RPC {{summary_getBlockHeader}}
p: "Required<br>(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: "→<br>`size`"
t: "number (int)"
p: "Required<br>(exactly 1)"
d: "The size of this block in serialized block format, counted in bytes"
- n: "→<br>`height`"
t: "number (int)"
p: "Required<br>(exactly 1)"

View file

@ -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: "→ →<br>`trusted`"
t: "bool"
p: "Optional<br>(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: "→ →<br>`generated`"
t: "bool"