Dev Docs: Deprecate gethashespersec rpc call in 0.10.0.

This commit is contained in:
Rui Marinho 2015-02-02 01:19:02 +00:00
parent a1b7d1e532
commit f2e268da4a
2 changed files with 3 additions and 2 deletions

View file

@ -197,5 +197,6 @@ default.
{% autocrossref %}
* [GetWork][rpc getwork]: {{summary_getWork}} {{REMOVED0_10_0}}
* [GetHashesPerSec][rpc gethashespersec]: {{summary_getHashesPerSec}} {{REMOVED0_10_0}}
{% endautocrossref %}

View file

@ -7,7 +7,7 @@ http://opensource.org/licenses/MIT.
##### GetHashesPerSec
{% include helpers/subhead-links.md %}
{% assign summary_getHashesPerSec="returns a recent hashes per second performance measurement when the node is generating blocks." %}
{% assign summary_getHashesPerSec="was removed in Bitcoin Core 0.10.0. It returned a recent hashes per second performance measurement when the node was generating blocks." %}
{% autocrossref %}
@ -24,7 +24,7 @@ The `gethashespersec` RPC {{summary_getHashesPerSec}}
| `result` | number (int) | Required<br>(exactly 1) | If generation is enabled, the number of hashes per second your computer most recently generated. If generation is disabled, the value `0`
{:.ntpd}
*Example from Bitcoin Core 0.10.0*
*Example from Bitcoin Core 0.9.3*
{% highlight bash %}
bitcoin-cli -testnet gethashespersec