fix per Jack's mod suggestions

This commit is contained in:
Paige Peterson 2016-10-25 20:35:59 -04:00
parent 7ac57982d6
commit 473389dfb4
1 changed files with 5 additions and 5 deletions

View File

@ -60,8 +60,8 @@
# JSON-RPC options (for controlling a running Zcash/zcashd process)
#
# server=1 tells zcashd to accept JSON-RPC commands
#server=0
# server=1 tells zcashd to accept JSON-RPC commands (set as default if not specified)
#server=1
# Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6.
# This option can be specified multiple times (default: bind to all interfaces)
@ -102,7 +102,7 @@
#rpcsslcertificatechainfile=server.cert
#rpcsslprivatekeyfile=server.pem
# Transaction Fee Changes in 0.10.0
# Transaction Fee
# Send transactions as zero-fee transactions if possible (default: 0)
#sendfreetransactions=0
@ -116,8 +116,8 @@
# Enable attempt to generate zcash.
#gen=1
# Enable use of SSE instructions to try to generate zcash faster.
#4way=1
# Enable use of a different Equihash solver to try to generate zcash faster.
#equihashsolver=default
# Pre-generate this many public/private key pairs, so wallet backups will be valid for
# both prior transactions and several dozen future transactions.