Fix RPC and P2P ports of Ycash (#149)

Rpc ports changed according to https://github.com/ycashfoundation/ycash/pull/5

Rpc and P2P ports changed according to https://github.com/ycashfoundation/ycash/pull/5
This commit is contained in:
serhanni 2019-07-30 16:59:29 +00:00 committed by Beshoy Girgis
parent 0ce7fc4667
commit 861ac8e22a
2 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@
"maxBlocksPerPayment": 3,
"daemon": {
"host": "",
"port": 8232 ,
"port": 8832 ,
"user": "rpcuser",
"password": "rpcpassword"
}
@ -64,7 +64,7 @@
"daemons": [
{
"host": "",
"port": 8232,
"port": 8832,
"user": "rpcuser",
"password": "rpcpassword"
}

View File

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