update limit values based on scriptSig experiments

This commit is contained in:
Manuel Araoz 2014-05-21 16:15:38 -03:00
parent 89cdfb3f7c
commit 88844f1ff4
No known key found for this signature in database
GPG Key ID: 64F3727BFE0B3196
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ var defaultConfig = {
}
},
limits: {
totalCopayers: 10,
mPlusN: 15
totalCopayers: 12,
mPlusN: 100
},
wallet: {
requiredCopayers: 2,