start fixing tests
This commit is contained in:
parent
e0db19a40a
commit
b3ed2a2ea8
4 changed files with 89 additions and 52 deletions
|
|
@ -20,7 +20,6 @@ WalletLock._keyFor = function(walletId) {
|
|||
WalletLock.prototype._isLockedByOther = function(cb) {
|
||||
var self = this;
|
||||
|
||||
console.log('[WalletLock.js.22]'); //TODO
|
||||
this.storage.getGlobal(this.key, function(json) {
|
||||
var wl = json ? JSON.parse(json) : null;
|
||||
var t = wl ? (Date.now() - wl.expireTs) : false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue