Correct the documentation of `-rpcconnect` in the example `zcash.conf`.

`-rpcconnect` is only used by `zcash-cli`.

Signed-off-by: Daira Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Emma Hopwood 2023-04-09 15:21:33 +01:00
parent b3b616fbe5
commit 2620e6e08c
2 changed files with 3 additions and 3 deletions

View File

@ -91,8 +91,8 @@
# Listen for RPC connections on this TCP port:
#rpcport=8232
# You can use Zcash or zcashd to send commands to Zcash/zcashd
# running on another host using this option:
# You can use zcash-cli to send commands to zcashd running on another host using
# this option:
#rpcconnect=127.0.0.1
# Transaction Fee

View File

@ -4,7 +4,7 @@
# Distributed under the MIT software license, see the accompanying
# file COPYING or https://www.opensource.org/licenses/mit-license.php .
# Test for -rpcbind, as well as -rpcallowip and -rpcconnect
# Test for -rpcbind and -rpcallowip
# Dependency: python-bitcoinrpc