mirror of https://github.com/BTCPrivate/z-nomp.git
Added missing config in example
This commit is contained in:
parent
702ff26603
commit
df867c459e
2
init.js
2
init.js
|
@ -129,6 +129,8 @@ if (cluster.isMaster){
|
|||
});
|
||||
listener.start();
|
||||
|
||||
//create fork for payment processor here
|
||||
|
||||
}
|
||||
|
||||
else{
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
"minimumPayment": 0.001,
|
||||
"feePercent": 0.02,
|
||||
"feeReceiveAddress": "LZz44iyF4zLCXJTU8RxztyyJZBntdS6fvv",
|
||||
"minimumReserve": 10,
|
||||
"feeWithdrawalThreshold": 5,
|
||||
"daemon": {
|
||||
"host": "localhost",
|
||||
"port": 19332,
|
||||
|
|
Loading…
Reference in New Issue