Merge pull request #1329 from matiaspando/error/fullWallet

Adding full wallet message
This commit is contained in:
Matias Alejo Garcia 2014-09-10 12:01:14 -03:00
commit 676863f192
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);
}
});
});