This commit is contained in:
Matias Alejo Garcia 2014-08-15 18:55:26 -04:00
commit 534895a009
4 changed files with 218 additions and 466 deletions

View file

@ -12,6 +12,7 @@ function WalletLock(storage, walletId, timeoutMin) {
this.key = WalletLock._keyFor(walletId);
this._setLock();
}
WalletLock._keyFor = function(walletId) {
return 'lock' + '::' + walletId;
};