mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Dev Docs: Warn That GetWork RPC Will Be Removed In 0.10
Just saw this mentioned in IRC and it's a trivial change.
This commit is contained in:
parent
e29104fb82
commit
ff9c3f9886
1 changed files with 4 additions and 0 deletions
|
@ -3222,6 +3222,10 @@ getwork [data]
|
||||||
Provides a block header which can be hashed to attempt to find the next
|
Provides a block header which can be hashed to attempt to find the next
|
||||||
block, and lets a miner return a successful header.
|
block, and lets a miner return a successful header.
|
||||||
|
|
||||||
|

|
||||||
|
**Warning:** `getwork` will be removed in Bitcoin Core 0.10. Use
|
||||||
|
the `getblocktemplate` RPC instead.
|
||||||
|
|
||||||
{% endautocrossref %}
|
{% endautocrossref %}
|
||||||
|
|
||||||
**Argument: A Header Hash**
|
**Argument: A Header Hash**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue