mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Dev Docs: REST: Add Security Note & Reindex Note
Added both notes to both JSON-RPC and REST docs. Suggested by Jonas Schnelli (thanks!)
This commit is contained in:
parent
5f532c59da
commit
73eb097dd4
5 changed files with 12 additions and 0 deletions
|
@ -73,3 +73,5 @@ bitcoins even if this parameter is set to `1` or higher.{% endcapture %}
|
|||
{:.ntpd}{% endcapture %}
|
||||
|
||||
{% assign WARNING=" **Warning:**" %}
|
||||
|
||||
{% assign reindexNote="Note: if you begin using `txindex=1` after downloading the block chain, you must rebuild your indexes by starting Bitcoin Core with the option `-reindex`. This may take several hours to complete, during which time your node will not process new blocks or transactions. This reindex only needs to be done once." %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue