Updated GetAddedNodeInfo 0.14.1

This commit is contained in:
Michael Rotarius 2017-05-04 21:21:15 +02:00
parent 7481496941
commit db84310aa4

View file

@ -19,7 +19,7 @@ The `getaddednodeinfo` RPC {{summary_getAddedNodeInfo}}
- n: "Details" - n: "Details"
t: "bool" t: "bool"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "Set to `true` to display detailed information about each added node; set to `false` to only display the IP address or hostname and port added" d: "*Removed in Bitcoin Core 0.14.0*<br><br>Set to `true` to display detailed information about each added node; set to `false` to only display the IP address or hostname and port added"
{% enditemplate %} {% enditemplate %}
@ -78,10 +78,10 @@ The `getaddednodeinfo` RPC {{summary_getAddedNodeInfo}}
{% enditemplate %} {% enditemplate %}
*Example from Bitcoin Core 0.10.0* *Example from Bitcoin Core 0.14.1*
{% highlight bash %} {% highlight bash %}
bitcoin-cli -testnet getaddednodeinfo true bitcoin-cli getaddednodeinfo
{% endhighlight %} {% endhighlight %}
Result (real hostname and IP address replaced): Result (real hostname and IP address replaced):