open wallet working
This commit is contained in:
parent
65cbf5b46a
commit
341c9d8ffa
6 changed files with 54 additions and 12 deletions
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue