Dev Docs: Tweak GetHashesPerSec Deprecation

* Ran `make manual-updates` to grab new summary

* Clarified that GHPS is part of 0.10.0 and is removed in master

* Autocrossref'd "Bitcoin Core master" to GitHub repo

* Removed GHPS from list of Mining RPCs now that it's in Removed RPCs
This commit is contained in:
David A. Harding 2015-02-02 09:59:20 -05:00
parent f2e268da4a
commit 848429f0c9
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
6 changed files with 12 additions and 8 deletions

View file

@ -27,7 +27,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
{% assign summary_getConnectionCount="returns the number of connections to other nodes." %}
{% assign summary_getDifficultly="returns the proof-of-work difficulty as a multiple of the minimum difficulty." %}
{% assign summary_getGenerate="returns true if the node is set to generate blocks using its CPU." %}
{% 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 master (unreleased). It returned a recent hashes per second performance measurement when the node was generating blocks." %}
{% assign summary_getInfo="prints various information about the node and the network." %}
{% assign summary_getMemPoolInfo="returns information about the node's current transaction memory pool." %}
{% assign summary_getMiningInfo="returns various mining-related information." %}