update limit values based on scriptSig experiments
This commit is contained in:
parent
89cdfb3f7c
commit
88844f1ff4
1 changed files with 2 additions and 2 deletions
|
|
@ -79,8 +79,8 @@ var defaultConfig = {
|
|||
}
|
||||
},
|
||||
limits: {
|
||||
totalCopayers: 10,
|
||||
mPlusN: 15
|
||||
totalCopayers: 12,
|
||||
mPlusN: 100
|
||||
},
|
||||
wallet: {
|
||||
requiredCopayers: 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue