mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Set license files and headers for bitcoin.org's content
This commit is contained in:
parent
27f1da3ba8
commit
2a139a51a1
276 changed files with 524 additions and 171 deletions
|
@ -1,3 +1,8 @@
|
|||
{% comment %}
|
||||
This file is licensed under the MIT License (MIT) available on
|
||||
http://opensource.org/licenses/MIT.
|
||||
{% endcomment %}
|
||||
|
||||
#### addmultisigaddress
|
||||
|
||||
~~~
|
||||
|
@ -1925,7 +1930,7 @@ getinfo
|
|||
|
||||
Prints various information about the node and the network.
|
||||
|
||||

|
||||

|
||||
**Warning:** `getinfo` will be removed in a later version of Bitcoin
|
||||
Core. Use `getblockchaininfo`, `getnetworkinfo`, or `getwalletinfo`
|
||||
instead.
|
||||
|
@ -3222,7 +3227,7 @@ getwork [data]
|
|||
Provides a block header which can be hashed to attempt to find the next
|
||||
block, and lets a miner return a successful header.
|
||||
|
||||

|
||||

|
||||
**Warning:** `getwork` will be removed in Bitcoin Core 0.10. Use
|
||||
the `getblocktemplate` RPC instead.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue