Fixed join wallet from remote peer
This commit is contained in:
parent
493f5c3427
commit
c98323e9d3
4 changed files with 12 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
function Passphrase(config) {
|
||||
config = config || {};
|
||||
this.salt = config.storageSalt;
|
||||
this.salt = config.storageSalt || 'mjuBtGybi/4=';
|
||||
this.iterations = config.iterations || 1000;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue