fix #join
This commit is contained in:
parent
661deca9b0
commit
8765b02883
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ Identity.prototype.joinWallet = function(opts, cb) {
|
||||||
walletOpts.network = joinNetwork;
|
walletOpts.network = joinNetwork;
|
||||||
|
|
||||||
walletOpts.privateKey = privateKey;
|
walletOpts.privateKey = privateKey;
|
||||||
walletOpts.nickname = opts.nickname || this.profile.getName();
|
walletOpts.nickname = opts.nickname || self.profile.getName();
|
||||||
|
|
||||||
if (opts.password)
|
if (opts.password)
|
||||||
walletOpts.password = opts.password;
|
walletOpts.password = opts.password;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue