Adding full wallet message

This commit is contained in:
Matias Pando 2014-09-09 15:07:36 -03:00
commit ee9fbc6654
2 changed files with 13 additions and 2 deletions

View file

@ -386,6 +386,8 @@ WalletFactory.prototype.joinCreateSession = function(secret, nickname, passphras
w.sendWalletReady(s.pubKey);
//w.seedCopayer(s.pubKey);
return cb(null, w);
} else {
return cb('walletFull', w);
}
});
});