changed limit for max copayers to 6
This commit is contained in:
parent
fe74ec1aae
commit
e4e0b1ebb6
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ var defaultConfig = {
|
||||||
|
|
||||||
// wallet limits
|
// wallet limits
|
||||||
limits: {
|
limits: {
|
||||||
totalCopayers: 12,
|
totalCopayers: 6,
|
||||||
mPlusN: 100,
|
mPlusN: 100,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue