diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getaddednodeinfo.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getaddednodeinfo.md index 84e1a3cd..f79e7c18 100644 --- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/getaddednodeinfo.md +++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/getaddednodeinfo.md @@ -19,7 +19,7 @@ The `getaddednodeinfo` RPC {{summary_getAddedNodeInfo}} - n: "Details" t: "bool" p: "Required
(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*

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 %} @@ -78,10 +78,10 @@ The `getaddednodeinfo` RPC {{summary_getAddedNodeInfo}} {% enditemplate %} -*Example from Bitcoin Core 0.10.0* +*Example from Bitcoin Core 0.14.1* {% highlight bash %} -bitcoin-cli -testnet getaddednodeinfo true +bitcoin-cli getaddednodeinfo {% endhighlight %} Result (real hostname and IP address replaced):