Fix Zcash ports

This commit is contained in:
Potato 2020-11-23 10:08:46 -06:00 committed by GitHub
parent b31b282f2c
commit 550c3e4ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@
"maxBlocksPerPayment": 3, "maxBlocksPerPayment": 3,
"daemon": { "daemon": {
"host": "127.0.0.1", "host": "127.0.0.1",
"port": 8233, "port": 8232,
"user": "rpcuser", "user": "rpcuser",
"password": "rpcpassword" "password": "rpcpassword"
} }
@ -64,7 +64,7 @@
"daemons": [ "daemons": [
{ {
"host": "127.0.0.1", "host": "127.0.0.1",
"port": 8233, "port": 8232,
"user": "rpcuser", "user": "rpcuser",
"password": "rpcpassword" "password": "rpcpassword"
} }
@ -73,7 +73,7 @@
"p2p": { "p2p": {
"enabled": false, "enabled": false,
"host": "127.0.0.1", "host": "127.0.0.1",
"port": 19333, "port": 8233,
"disableTransactions": true "disableTransactions": true
}, },