Adjust minimum coin payout in examples

This commit is contained in:
joshuayabut 2016-12-27 03:00:41 +00:00
parent c83ed07049
commit a740899460
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"paymentProcessing": {
"enabled": true,
"paymentInterval": 20,
"minimumPayment": 70,
"minimumPayment": 0.1,
"daemon": {
"host": "127.0.0.1",
"port": 19332,