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();
//create fork for payment processor here
}
else{

View File

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