Decreased some default config params for XDN

master
fancoder 2014-10-17 13:26:19 +04:00
parent 3e0311f4aa
commit f591e9a526
1 changed files with 4 additions and 4 deletions

View File

@ -77,16 +77,16 @@
"interval": 600,
"maxAddresses": 50,
"mixin": 3,
"transferFee": 5000000000,
"minPayment": 100000000000,
"transferFee": 50000000,
"minPayment": 1000000000,
"maxTransactionAmount": 0,
"denomination": 100000000000
"denomination": 1000000000
},
"blockUnlocker": {
"enabled": true,
"interval": 30,
"depth": 60,
"depth": 10,
"poolFee": 2,
"devDonation": 0.1,
"coreDevDonation": 0.1,