one wallet by default
This commit is contained in:
parent
606ea0668c
commit
508a8bfc3c
6 changed files with 25 additions and 10 deletions
|
|
@ -27,7 +27,7 @@ function Storage(opts) {
|
|||
this.db = opts.db || localStorage;
|
||||
this.sessionStorage = opts.sessionStorage || sessionStorage;
|
||||
} catch (e) {
|
||||
console.log('Error in storage:', e); //TODO
|
||||
console.log('Error in storage:', e);
|
||||
};
|
||||
|
||||
preconditions.checkState(this.db, 'No db defined');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue