Added missing config in example

This commit is contained in:
Matt 2014-03-07 16:29:16 -07:00
parent 702ff26603
commit df867c459e
2 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,8 @@ if (cluster.isMaster){
}); });
listener.start(); listener.start();
//create fork for payment processor here
} }
else{ else{

View File

@ -10,6 +10,8 @@
"minimumPayment": 0.001, "minimumPayment": 0.001,
"feePercent": 0.02, "feePercent": 0.02,
"feeReceiveAddress": "LZz44iyF4zLCXJTU8RxztyyJZBntdS6fvv", "feeReceiveAddress": "LZz44iyF4zLCXJTU8RxztyyJZBntdS6fvv",
"minimumReserve": 10,
"feeWithdrawalThreshold": 5,
"daemon": { "daemon": {
"host": "localhost", "host": "localhost",
"port": 19332, "port": 19332,