changed limit for max copayers to 6

This commit is contained in:
Ivan Socolsky 2014-12-05 16:51:47 -03:00
parent fe74ec1aae
commit e4e0b1ebb6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ var defaultConfig = {
// wallet limits
limits: {
totalCopayers: 12,
totalCopayers: 6,
mPlusN: 100,
},