Merge pull request #6540 from daira/rpconnect-doc

Correct the documentation of `-rpcconnect` in the example `zcash.conf`
This commit is contained in:
Kris Nuttycombe 2023-04-09 22:38:15 -06:00 committed by GitHub
commit 881ab6b46a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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