add wallet setup view (not integrated)

This commit is contained in:
Manuel Araoz 2014-04-16 17:07:14 -03:00
commit 8478402237
5 changed files with 75 additions and 0 deletions

View file

@ -7,6 +7,10 @@ var config = {
maxPeers: 3,
debug: 3,
},
limits: {
totalCopayers: 10,
mPlusN: 15
},
wallet: {
requiredCopayers: 2,
totalCopayers: 3,