Update zclassic_example.json

This commit is contained in:
Procrastinator 2017-01-30 23:22:32 -05:00 committed by GitHub
parent 741611da72
commit e0089c5b72
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
"minimumPayment": 0.1, "minimumPayment": 0.1,
"daemon": { "daemon": {
"host": "127.0.0.1", "host": "127.0.0.1",
"port": 19332, "port": 8232,
"user": "testuser", "user": "testuser",
"password": "testpass" "password": "testpass"
} }
@ -44,7 +44,7 @@
"daemons": [ "daemons": [
{ {
"host": "127.0.0.1", "host": "127.0.0.1",
"port": 12177, "port": 8232,
"user": "rpcuser", "user": "rpcuser",
"password": "rpcpassword" "password": "rpcpassword"
} }