add sessionStorage param
This commit is contained in:
parent
eb9acb958f
commit
54bc98f0bd
3 changed files with 283 additions and 6 deletions
|
|
@ -168,6 +168,7 @@ WalletFactory.prototype._checkNetwork = function(inNetworkName) {
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
WalletFactory.prototype.open = function(walletId, passphrase) {
|
||||
this.storage._setPassphrase(passphrase);
|
||||
var w = this.read(walletId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue