Wallet RPC updates

- Comment out detail of non-implemented wallet RPCs
This commit is contained in:
thephez 2017-11-29 17:35:17 -05:00
parent 8c175dfdff
commit 022808165c
7 changed files with 50 additions and 15 deletions

View file

@ -320,5 +320,6 @@ NOT IN DASH
{% endcapture %}
{% assign WARNING="![Warning icon](/img/icons/icon_warning.svg) **Warning:**" %}
{% assign WARNING_ICON="![Warning icon](/img/icons/icon_warning.svg)" %}
{% 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." %}