add friendly message when the wallet is full

This commit is contained in:
Yemel Jardi 2014-05-19 16:47:28 -07:00
commit 715a5b2bba
3 changed files with 10 additions and 1 deletions

View file

@ -223,6 +223,7 @@ Network.prototype._setupConnectionHandlers = function(dataConn, toCopayerId) {
// The connecting peer send hello
if(toCopayerId) {
self.emit('connected');
self._sendHello(toCopayerId);
self._addConnectedCopayer(toCopayerId);
}