update limit values based on scriptSig experiments

This commit is contained in:
Manuel Araoz 2014-05-21 16:15:38 -03:00
commit 88844f1ff4
No known key found for this signature in database
GPG key ID: 64F3727BFE0B3196

View file

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