Fixing Identity Network Tests
This commit is contained in:
parent
3e5ccabc00
commit
291975bb24
3 changed files with 35 additions and 26 deletions
|
|
@ -607,8 +607,9 @@ Identity.prototype.joinWallet = function(opts, cb) {
|
|||
if (w) {
|
||||
w.sendWalletReady(decodedSecret.pubKey);
|
||||
} else {
|
||||
if (!err) err = 'walletFull';
|
||||
log.info(err);
|
||||
if (!err) {
|
||||
err = 'walletFull';
|
||||
}
|
||||
}
|
||||
return cb(err, w);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue