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: { limits: {
totalCopayers: 10, totalCopayers: 12,
mPlusN: 15 mPlusN: 100
}, },
wallet: { wallet: {
requiredCopayers: 2, requiredCopayers: 2,