Skip to content

Commit

Permalink
Decreased some default config params for XDN
Browse files Browse the repository at this point in the history
  • Loading branch information
fancoder committed Oct 17, 2014
1 parent 3e0311f commit f591e9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f591e9a

Please sign in to comment.