make tests work by faking storage
This commit is contained in:
parent
08f918a9a7
commit
b442e110e4
2 changed files with 14 additions and 9 deletions
3
API.js
3
API.js
|
|
@ -20,6 +20,9 @@ API.prototype._init = function(opts) {
|
|||
wallet: {
|
||||
requiredCopayers: opts.requiredCopayers || 3,
|
||||
totalCopayers: opts.totalCopayers || 5,
|
||||
},
|
||||
storage: {
|
||||
filename: 'copaywallet.json'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue