open wallet working

This commit is contained in:
Matias Alejo Garcia 2014-04-15 15:25:55 -03:00
commit 341c9d8ffa
6 changed files with 54 additions and 12 deletions

View file

@ -5,7 +5,7 @@ var config = {
network: {
apiKey: 'lwjd5qra8257b9',
maxPeers: 3,
debug: 0,
debug: 3,
},
wallet: {
requiredCopayers: 2,
@ -15,7 +15,7 @@ var config = {
host: 'localhost',
port: 3001
},
verbose: 0,
verbose: 1,
};
var log = function () {