mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Updated GetAddedNodeInfo 0.14.1
This commit is contained in:
parent
7481496941
commit
db84310aa4
1 changed files with 3 additions and 3 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue