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,
"daemon": {
"host": "127.0.0.1",
"port": 8233,
"port": 8232,
"user": "rpcuser",
"password": "rpcpassword"
}
@ -64,7 +64,7 @@
"daemons": [
{
"host": "127.0.0.1",
"port": 8233,
"port": 8232,
"user": "rpcuser",
"password": "rpcpassword"
}
@ -73,7 +73,7 @@
"p2p": {
"enabled": false,
"host": "127.0.0.1",
"port": 19333,
"port": 8233,
"disableTransactions": true
},