add sessionStorage param

This commit is contained in:
Matias Alejo Garcia 2014-08-15 10:26:31 -04:00
commit 54bc98f0bd
3 changed files with 283 additions and 6 deletions

View file

@ -168,6 +168,7 @@ WalletFactory.prototype._checkNetwork = function(inNetworkName) {
}
};
WalletFactory.prototype.open = function(walletId, passphrase) {
this.storage._setPassphrase(passphrase);
var w = this.read(walletId);